Opened 10 years ago

#2997 new defect

Zero-crossings in algorithm sections

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

Description

Events are not triggered for some algorithm sections. The example from r23518 illustrates the issue:

  model ZeroCrossingAlg
    Real a;
    Integer d;
  algorithm
    a := 2*time;
    d := if a > 1.0 then 1 else 2;
    a := 0.5;
  end ZeroCrossingAlg;

Change History (0)

Note: See TracTickets for help on using tickets.