Changes between Initial Version and Version 3 of Ticket #3771
- Timestamp:
- 2016-03-22T12:31:31Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3771 – Description
initial v3 1 1 For the following example it appears the clock interval calculation is not correct 2 2 {{{#!mo 3 3 model TestClock 4 4 Integer nextInterval(start=1); … … 9 9 end when; 10 10 end TestClock; 11 11 }}} 12 12 For the next clock interval the following equation is generated: 13 13 _clockInterval[0] =(_$CLKPRE_P_nextInterval / 210.0) * 1.0 / 1.0;