﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1690	initial algorithm aren't considered while the initialization	Willi Braun	Lennart Ochel	"The following model isn't initial correctly.
{{{
loadString(""model m1
  Real a;
  Real b(fixed = false);
initial algorithm
  b:=a ^ 2;
equation
  sin(time)+1 = a;
  der(b) = b;
end m1;"");
simulate(m1);
val(b,0.0);
val(b,0.5);
val(b,1.0);
}}}"	defect	closed	high	1.9.0	Backend	trunk	fixed	initial algorithm	Willi Braun Lennart Ochel Jens Frenkel
