Changes between Version 1 and Version 2 of Ticket #2246


Ignore:
Timestamp:
2013-06-14T22:09:53Z (11 years ago)
Author:
Francesco Casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2246 – Description

    v1 v2  
    1212end foo;
    1313}}}
    14 simulated for one second gives as results `x[1]` = 2*time (which is correct) and `x[2]` = time, which is wrong for time > 0.5.
     14simulated for one second gives as results `x1` = 2*time (which is correct) and `x2` = time, which is wrong for time > 0.5.
    1515
    1616I understand an error should be generated at time = 0.5, or maybe right at compile time, unless we can handle variable structure systems, which we obviously can't (or can we?).