﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1609	Iterators in if-equations fails	Per Östlund	Per Östlund	"The follow model fails because the compiler tries to constant evaluate the if-equation, but fails since the iterator isn't really constant.
{{{
model M
  Real x[2] = {if i == 0 then 1.0 else 2.0 for i in {0,1}};
end M;
}}}"	defect	closed	high				fixed		Per Östlund Per Östlund
