Changes between Initial Version and Version 1 of Ticket #1688
- Timestamp:
- 2012-12-05T14:16:51Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1688
- Property Cc added; removed
- Property Component → Backend
-
Ticket #1688 – Description
initial v1 1 1 The following model is accepted by OpenModelica, but should not: 2 {{{model M 2 {{{ 3 model M 3 4 Real r = time; 4 5 equation … … 6 7 reinit(r, 2*time); 7 8 end when; 8 end M;}}} 9 end M; 10 }}} 9 11 10 12 The appropriate error should be: