﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1367	Constants that are arrays in packages should be copied in the flattened model	Adrian Pop	Adrian Pop	"See for example flattening of: {{{Modelica.Electrical.Digital.Examples.Multiplexer}}}.\\
It contains equations:
{{{
MUX.Not1.auxiliary = D.Tables.NotTable[MUX.Not1.x];
}}}
but {{{D.Tables.NotTable}}} is nowhere to be found in the flattened model\\
as is a package constant that is an array which is indexed by a variable!\\
\\
We should copy the array constant from the package in the local model and\\
replace all references to it to the local constant which should become part\\
of the DAE!\\
See for example /trunk/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos"	defect	closed	critical	1.9.3	Instantiation	trunk	fixed		Adrian Pop
