- Index
- » Developer
- » OpenModelica development
- » A 'inner' component may have an...
Page Start Prev 1 Next End
A 'inner' component may have an 'outer' declaration to itself
A 'inner' component may have an 'outer' declaration to itself
Jun-06-18 15:14:24
Please refer to this issue: https://github.com/modelica/VehicleInterfaces/issues/18
The problem is:
model myModel
inner Road road;
end myModel;
model Road
VisualizeSimpleRoads simpleShape;
end road;
model VisualizeSimpleRoads
outer Road road;
end VisualizeSimpleRoads;
Is this possible?
I cannot find any clear statement into the Modelica Specifications.
In Dymola it seems that this can work!
- DarioMangoni
- 45 Posts
Page Start Prev 1 Next End
- Index
- » Developer
- » OpenModelica development
- » A 'inner' component may have an...
There are 0 guests and 0 other users also viewing this topic