﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1739	Missing error message for noEvent of discrete time expressions	Peter Aronsson	Peter Aronsson	"The following model should give an error message that the argument to noEvent is not a real elementary expression (see spec).

model Test
  Real x;
  Boolean b;
equation
  x=sin(2*3.14*time);
  b=noEvent(abs(x) < 0.8);
end Test;"	defect	reopened	high	Future	Instantiation				Peter Aronsson
