Opened 11 years ago

Closed 11 years ago

#2583 closed defect (fixed)

wrongly initialized algebraic variable having fixed=true

Reported by: Lennart Ochel Owned by: Lennart Ochel
Priority: high Milestone: 1.9.1
Component: Backend Version: trunk
Keywords: Cc:

Description

The following model gets wrongly initialized:

loadString("
model Unnamed
  Real a(start=1, fixed=true) = 0;
end Unnamed;
"); getErrorString();

simulate(Unnamed, simflags="-iim symbolic"); getErrorString();

Change History (2)

comment:1 by Lennart Ochel, 11 years ago

Owner: changed from probably noone to Lennart Ochel
Status: newaccepted

comment:2 by Lennart Ochel, 11 years ago

Resolution: fixed
Status: acceptedclosed

fixed in r19118

Note: See TracTickets for help on using tickets.