﻿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	Willi Braun	"The following model isn't initial correctly.
{{{
model m1
  parameter Real a = 3;
  parameter Real b(fixed = false);
initial algorithm
  b:=a ^ 2;
end m1;
}}}"	defect	accepted	high						Willi Braun Lennart Ochel
