﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1981	wrong handling of events for the first evaluation	Lennart Ochel	Lennart Ochel	"{{{
package eventTests
  model whenTest1
    Real x;
  equation
    when time > -1.0 then
      x = 1;
    end when;
  end whenTest1;
end eventTests;
}}}

dump LOG_EVENTS
{{{
events        | info    | check zero crossing at time: 0
|             | |       | | time > -1.0 == TRUE
stdout        | info    | Status of relations:
|             | |       | | [0] time > -1.0 = T | pre(time > -1.0) = T
events        | info    | updated discrete System.
stdout        | info    | Status of relations:
|             | |       | | [0] time > -1.0 = T | pre(time > -1.0) = T
events        | info    | | events | | Discrete Var x changed:  0 to 1
events        | info    | | discrete Variable changed. Iteration needed.
stdout        | info    | Status of relations:
|             | |       | | [0] time > -1.0 = T | pre(time > -1.0) = T
}}}
There is no reason to trigger an event."	defect	closed	high	1.9.0	Run-time	trunk	fixed	events	
