﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2718	Relation with DAE.LUNARY not handled correctly	Willi Braun	Willi Braun	"See following model:
{{{
model bug2718
  Real x,y,z(start=-0.002);
  Boolean b, b1;
algorithm
  b := not z > pre(x);
  when b then
    x := z+0.001;
  end when;
equation
  b1 = not z > pre(y);
  when b1 then
    y = z-0.001;
  end when;
  der(z) = 0.1*sin(50*time);
end bug2718;
}}}
The events are triggered, but without any effect to x and y.
"	defect	closed	critical	1.9.1	Backend	trunk	fixed	events	
