﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1369	Evaluation Order for ZeroCrossings	Willi Braun	Willi Braun	"This model should fail at the event, but it doesn't.
{{{model A
  Real h(start=0.1);
  parameter Real c=1;
equation
  der(h)=if h>0 then -c*sqrt(h) else 0; // Incorrect
  //der(h)=if noEvent(h>0) then –c*sqrt(h) else 0; // Correct
end A;}}}"	defect	closed	high				fixed		Willi Braun Willi Braun
