﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2791	Array constructor with several iterators	Henrik Tidefelt	Martin Sjölund	"This example from version 3.3 of the Modelica specification, section 10.4.1.2 ''Array constructor with several iterators'', does not work:
{{{
model Nested
  parameter Integer n = 4;
  Real hilb[:,:]= {(1/(i+j-1)) for i in 1:n, j in 1:n};
end Nested;
}}}

Output from the translation:
{{{
[CodegenC.tpl:9529:14-9529:14] Error: Template error: Code generation does not support multiple iterators: array(DIVISION(1.0, /*Real*/(i + j + -1)) for j in {1, 2, 3, 4}, i in {1, 2, 3, 4})
}}}
"	defect	closed	high	1.9.1	Frontend	trunk	fixed		
