Opened 12 years ago
Last modified 12 years ago
#1835 closed defect
"pre(time)" not working — at Initial Version
Reported by: | julian.wyszynski | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Frontend | Version: | |
Keywords: | Cc: |
Description
Following Model doesn't work.
Is it not possible to use "pre(time)" in Modelica?
model Model1
Real Variable1;
equation
der(Variable1) = pre(time)*Variable1;
end Model1;
Note:
See TracTickets
for help on using tickets.