﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2434	wrong handling of pre-values	Lennart Ochel	Willi Braun	"{{{#!mo
model test
  Real a, b;
equation
  a = time;
  when sample(0.2, 0.2) then
    b = pre(a);
  end when;
end test;
}}}

{{{pre(a)}}} get evaluated wrong (i.e. not) at event instances."	defect	closed	critical	1.9.1	Run-time	trunk	invalid		Volker Waurich
