Changes between Version 1 and Version 2 of Ticket #5946, comment 2


Ignore:
Timestamp:
2020-05-10T18:18:00Z (5 years ago)
Author:
Philip Hannebohm

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5946, comment 2

    v1 v2  
    11I just tested it with `v1.16.0-dev.353+gb31452a72`. The flag `-d=newInst` makes it break.
    2 After simplification
    3 {{{
    4 foo[1].z[1] = 0.0
    5 }}}
    6 but it should be
    7 {{{
    8 foo[1].z[1] = foo[1].x[2] * foo[1].y[3] - foo[1].x[3] * foo[1].y[2]
    9 }}}
    10 right?