Changes between Initial Version and Version 1 of Ticket #4944, comment 3
- Timestamp:
- 2018-05-22T06:23:44Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4944, comment 3
initial v1 1 My mistake, sorry: final time was inadvertently set to 0. 1 My mistake, sorry: final time was inadvertently set to 0: 2 experiment(StopTime = 0, Interval = 2e-05), 3 __OpenModelica_commandLineOptions = ""); 2 4 3 5 I'm going to close this. 4 6 However, maybe it is not a bad idea to emit a warning when final time equals initial time. 7 8 Or maybe in cases like this, in which Interval is larger than (StopTime-StartTime) it is more appropriate to generate an error?