﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4124	Does fill() create equations?	Volker Waurich	Adrian Pop	"Hi,

In Modelica_DeviceDrivers, there is a Serialpackager class which gets a {{{Modelica_DeviceDrivers.Packaging.SerialPackager}}} model as an input and then, passes this object via a connector to the attached Serialpackager. These packages are meant to be the same object/variable/memory among all connected SerialPackagers. There is no alias equation in the model, only:
{{{
if nu == 1 then
    pkgOut.pkg = fill(pkgIn.pkg, nu);
}}}
The frontend does not create any alias equation which matters since these are external objects.
What is needed here, is the equation: {{{pkgOut[1].pkg = pkgIn.pkg}}}
This is not the case. Can you reveal this information somehow?
I will care of the backend stuff."	defect	new	high	Future	Frontend			external objects, alias	Per Östlund Bernhard Thiele
