Opened 17 years ago
Last modified 17 years ago
#147 closed defect (fixed)
Initialization bug.
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Adrian Pop, Adrian Pop |
Description
Note:
See TracTickets
for help on using tickets.
--- InitTest.mo ---
model Object1
equation
end Object1;
model Object2
equation
end Object2;
--- InitTest.mos ---
loadFile("InitTest.mo");
simulate(Object2);
plot({object.state, object.newState, value});
Should plot 1 for object.state, object.newState and value.
Cheers,
Adrian Pop/
P.S.
I already have a fix for this, I just add it to
the Bugzilla to have a reference to link it with
the Subversion commit.