﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1127	[Magnetic] Check of specialized package fails (from MathCore)	Jan Brugård	Jan Brugård	"The following model fails when checking. Similar example is available in Magnetic library version 0.91 (Magnetic.Interfaces)
{{{
model TestPackage
  package SI= Modelica.SIunits;
  parameter SI.Length L=1;
end TestPackage;
}}}
Error:
{{{
Check of TestPackage failed
Error: Class SI.Length not found in scope TestPackage while
instantiating L.
Error: Error occured while flattening model TestPackage
}}}
Workaround: Replace ""package SI"" with ""import SI""."	defect	closed	high				fixed		Jan Brugård
