Opened 12 years ago

Closed 12 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?

Change History (2)

comment:1 by Adrian Pop, 12 years ago

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.

comment:2 by Adrian Pop, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in revision r14539.

Note: See TracTickets for help on using tickets.