Changes between Initial Version and Version 2 of Ticket #5572
- Timestamp:
- 2019-07-08T20:20:42Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5572 – Description
initial v2 1 1 The following simple model using a delay operator in a for-loop inside an algorithm section is not handled by OpenModelica. 2 2 3 {{{#!mo 3 4 model test3 4 5 Real x=sin(377*time); … … 15 16 16 17 end test3; 18 }}} 19 20 original post: 21 https://stackoverflow.com/questions/56916012/error-due-to-delay-operator-in-algorithm-section