Opened 13 years ago
Closed 13 years ago
#1993 closed enhancement (fixed)
CevalScript.getConst: Not handled exp: -4
| Reported by: | Christian Schubert | Owned by: | Adrian Pop |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.9.0 |
| Component: | Frontend | Version: | trunk |
| Keywords: | CevalScript | Cc: | Per Östlund |
Description
Hi,
the model
Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour
gives a strange warning, which might be easy to fix:
CevalScript.getConst: Not handled exp: -4
Maybe someone can have a look at it?
Note:
See TracTickets
for help on using tickets.

Is because:
annotation (experiment( StartTime=-4, StopTime=4, Tolerance=1e-007))So it seems that we don't handle minus start times. I'll commit a fix soon.