Opened 12 years ago

Closed 12 years ago

#2170 closed enhancement (wontfix)

let OMEdit open files with more than one model

Reported by: Willi Braun Owned by: Adeel Asghar
Priority: normal Milestone: 1.9.0
Component: OMEdit Version: trunk
Keywords: Cc: Bernt.Lie@…

Description

Currently you get an error if you try to load following file:

test.mo:
model A
 Real x;
equation
  der(x) = 1;
end A;

model B
  Real v;
equation
  der(v)+v=2;
end B;

Change History (2)

comment:1 by Willi Braun, 12 years ago

Cc: Bernt.Lie@… added

comment:2 by Adeel Asghar, 12 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.