Opened 16 years ago

Last modified 15 years ago

#1064 closed defect (fixed)

Don't allow outer without corresponding inner. (from MathCore)

Reported by: krsta Owned by: krsta
Priority: high Milestone:
Component: Version:
Keywords: Cc: krsta,

Description

What you see below should not be allowed according to the specification, but is allowed in MathModelica.

model A
  outer Real x;
end A;

The variable x does not have a matching inner variable.

Change History (1)

comment:1 Changed 15 years ago by brugard

http://intranet/trac/mathmodelica/ticket/1184

This works as it should now. However, the model is not balanced, but there are other tickets for that.

Note: See TracTickets for help on using tickets.