Changes between Initial Version and Version 1 of Ticket #1648, comment 1


Ignore:
Timestamp:
2013-04-29T11:46:36Z (12 years ago)
Author:
Martin Sjölund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1648, comment 1

    initial v1  
    11Smaller model with the issue:
    2 {{{model M
     2{{{
     3model M
    34  constant Real x[2] = {1,2};
    45  Real y = x[if time>0.5 then 1 else 2];
    5 end M;}}}
     6end M;
     7}}}