Opened 11 years ago

Last modified 4 years ago

#2620 closed defect

detect appling of pre on continuos variable — at Initial Version

Reported by: Willi Braun Owned by: probably noone
Priority: high Milestone: 1.16.0
Component: New Instantiation Version: trunk
Keywords: Cc: Lennart Ochel

Description

models like that:

model M
  Real x;
equation
  x = pre(x) +1;
end M;

should rejected, since pre is not allowed to apply to a continues variable.

Change History (0)

Note: See TracTickets for help on using tickets.