Changes between Initial Version and Version 2 of Ticket #1825
- Timestamp:
- 2012-09-21T06:45:28Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1825
- Property Owner changed from to
- Property Status new → accepted
-
Ticket #1825 – Description
initial v2 1 1 The following model can't be simulated in OMShell: 2 2 {{{ 3 3 model TestModel 4 4 Real Variable1[25]; … … 6 6 Variable1 = -2.4:0.2:2.4; 7 7 end TestModel; 8 8 }}} 9 9 There are 25 values shown in the OMShell but only 24 are excepted.