Changes between Initial Version and Version 1 of Ticket #2246


Ignore:
Timestamp:
2013-06-14T20:07:15Z (12 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2246 – Description

    initial v1  
    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 `x[1]` = 2*time (which is correct) and `x[2]` = 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?).