Changes between Initial Version and Version 3 of Ticket #3771


Ignore:
Timestamp:
2016-03-22T12:31:31Z (9 years ago)
Author:
Niklas Worschech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3771 – Description

    initial v3  
    11For the following example it appears the clock interval calculation is not correct
    2 
     2 {{{#!mo
    33model TestClock
    44Integer nextInterval(start=1);
     
    99  end when;
    1010end TestClock;
    11 
     11}}}
    1212For the next clock interval the following equation is generated:
    1313_clockInterval[0] =(_$CLKPRE_P_nextInterval / 210.0) * 1.0 / 1.0;