﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3464	Failing variable lookup during array creation	Rüdiger Franke	Marcus Walther	"Some models from MSL trunk initialize arrays with expressions like:
{{{#!mo
    parameter Real TransformationMatrix[2, m]=2/m*{+cos(+phi),+sin(+phi)};  
}}}

The Cpp runtime generates separate createArray functions that don't see the used variables. See e.g.  `Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench`,

  https://test.openmodelica.org/libraries/MSL_trunk_cpp/BuildModelRecursive.html

Shouldn't these functions be removed and the array be created in situ?"	defect	new	high	1.9.4	Cpp Run-time				Niklas Worschech Marcus Walther
