﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2167	Missing parenthesis in the flattened output of some if-expressions	Per Östlund	somebody	"The flattened output of the following model is missing the parentheses around the if-expression, which are important since the equation becomes ambiguous otherwise.
{{{
model IfEquality
  Real x;
equation
  (if x < 10 then x + 1 else x) = x;
end IfEquality;
}}}"	defect	closed	low	1.13.0	Frontend	trunk	worksforme		
