Opened 12 years ago

Closed 12 years ago

#1830 closed defect (fixed)

when in algorithm only triggered once

Reported by: Martin Sjölund Owned by: Willi Braun
Priority: high Milestone: 1.9.0
Component: Backend Version:
Keywords: Cc:

Description

The following when-clause is only triggered once, but works properly for equation-sections:

model try
  Real x(start = 1);
algorithm 
  when x >= 7 then
      reinit(x, 5);
  end when;

equation
      der(x) = 1 ;

end try;

Change History (3)

comment:2 by Willi Braun, 12 years ago

Status: newaccepted

comment:3 by Willi Braun, 12 years ago

Resolution: fixed
Status: acceptedclosed

-fixed in r13031

Note: See TracTickets for help on using tickets.