Opened 13 years ago

Last modified 12 years ago

#1690 closed defect

initial algorithm aren't considered while the initialization — at Initial Version

Reported by: Willi Braun Owned by: Willi Braun
Priority: high Milestone: 1.9.0
Component: Backend Version: trunk
Keywords: initial algorithm Cc: Willi Braun, Lennart Ochel, Jens Frenkel

Description

The following model isn't initial correctly.

model m1
  parameter Real a = 3;
  parameter Real b(fixed = false);
initial algorithm
  b:=a ^ 2;
end m1;

Change History (0)

Note: See TracTickets for help on using tickets.