Changes between Initial Version and Version 1 of Ticket #4944, comment 3


Ignore:
Timestamp:
2018-05-22T06:23:44Z (7 years ago)
Author:
massimo ceraolo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4944, comment 3

    initial v1  
    1 My mistake, sorry: final time was inadvertently set to 0.
     1My mistake, sorry: final time was inadvertently set to 0:
     2   experiment(StopTime = 0, Interval = 2e-05),
     3    __OpenModelica_commandLineOptions = "");
    24
    35I'm going to close this.
    46However, maybe it is not a bad idea to emit a warning when final time equals initial time.
     7
     8Or maybe in cases like this, in which Interval is larger than (StopTime-StartTime) it is more appropriate to generate an error?