Skip to content

Commit

Permalink
- update clockedEventTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich committed Aug 4, 2016
1 parent 69e0f34 commit efdd08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmodelica/cppruntime/clockedEventTest.mos
Expand Up @@ -19,7 +19,7 @@ end EventClock;
getErrorString();

simulate(EventClock);
val(nextInterval, 0.0);
val(nextInterval, 1e-9); //the event is not triggered at time=0, only on the right limit of time=0, at time=0 the start value should be set
val(nextInterval, 1.0);
getErrorString();

Expand Down

0 comments on commit efdd08a

Please sign in to comment.