﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3088	Error in inner/outer lookup	Francesco Casella	Per Östlund	"Consider the model {{{Cryogenics.Test.CentrifugalPump}}} contained in the attached Save Total. When compiling, OMC complains:
{{{
[D:/Temp/CentrifugalPumpTotal.mo:7529:9-7529:65:writable] Warning: No corresponding 'inner' declaration found for component .ThermoPower.System system declared as 'outer '.
  The existing 'inner' components are:
    There are no 'inner' components defined in the model in any of the parent scopes of 'outer' component's scope: Cryogenics.Internals.PumpBase.
  Check if you have not misspelled the 'outer' component name.
  Please declare an 'inner' component with the same name in the top scope.
  Continuing flattening by only considering the 'outer' component declaration.
}}}

Now, {{{Cryogenics.Test.CentrifugalPump}}} contains the declaration {{{inner Components.System system}}}, where {{{Components.System}}} extends {{{ThermoPower.System}}}, and also contains an instance {{{pump}}} of {{{Cryogenics.Components.CentrifugalPump}}}, which extends {{{Internal.PumpBase}}}, which extends {{{ThermoPower.Water.BaseClasses.PumpBase}}}, which contains the declaration {{{outer ThermoPower.System system ""System wide properties"";}}}.

What's wrong with this model? It simulates correctly in Dymola
"	defect	closed	critical	1.16.0	New Instantiation	trunk	fixed		
