﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2008	delay in initial equation	Christian Schubert	Lennart Ochel	"The test 
{{{
simulation/modelica/nonlinear_system/nonlinearDelayTest.mos 
}}}
fails because delay is not handled properly during symbolic initialization.

According to the specification, delay returns
{{{
expr(time–delayTime) for time>time.start +
delayTime and expr(time.start) for time <= time.start +
delayTime
}}}

Thus, if I am not mistaken during initialization delay should be simplified to
{{{
delay(x, delayTime) = x
}}}
"	defect	closed	high	1.9.0	Backend	trunk	fixed		Adrian Pop
