Opened 11 years ago

Closed 11 years ago

#2170 closed enhancement (wontfix)

let OMEdit open files with more than one model

Reported by: wbraun Owned by: adeas31
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 Changed 11 years ago by wbraun

  • Cc Bernt.Lie@… added

comment:2 Changed 11 years ago by adeas31

  • Resolution set to wontfix
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.