Opened 18 years ago

Last modified 17 years ago

#47 closed defect (fixed)

simulate changes working directory

Reported by: kajny Owned by: kajny
Priority: critical Milestone:
Component: Version:
Keywords: Cc: kajny, adrpo

Description


Change History (2)

comment:1 Changed 18 years ago by kajny

cd()

"/home/kajny/src/OpenModelica/mosh/src"

loadModel(Modelica)

true

cd()

"/home/kajny/src/OpenModelica/mosh/src"

loadModel(cirquit)

true

res:=simulate(cirquit,startTime=0,stopTime=10)

record

resultFile = "cirquit_res.plt"

end record

cd()

"/home/kajny/src/Modelica2.2"


This implies that simulate changes the working directory, which seams kind of
strange

comment:2 Changed 17 years ago by adrpo

This doesn't happen anymore, at least with qt OMShell.
The mosh is quite deprecated.

I will close this bug. We can reopen later if needed.

Cheers,
Adrian Pop/

Note: See TracTickets for help on using tickets.