﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2928	Event handling at time=startTime	Lennart Ochel	somebody	"What is the expected result for y at time=startTime (not at initialization)? Probably this get handled wrongly by OpenModelica.

{{{#!mo
model foo
  Real x, y;
equation 
  x = if initial() then 0.0 else 1.0;

  when sample(0.0, 1.0) then
    y = pre(x) + 1;
  end when;
end foo;
}}}
"	defect	closed	high	1.9.4	Run-time	trunk	worksforme	event handling	
