Changes between Initial Version and Version 1 of Ticket #2243
- Timestamp:
- 2013-06-13T18:26:39Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2243 – Description
initial v1 1 1 In the attached model, a whenEquation tag is generated for the bounce_time, but not for the reinit() statement. 2 --- 2 {{{#!mo 3 3 package BB 4 4 model Ball … … 22 22 end BouncingBall; 23 23 end BB; 24 }}}