Opened 6 years ago

Closed 6 years ago

#5286 closed defect (worksforme)

Log flag options are reset at every run

Reported by: dariomangoni@… Owned by: Adeel Asghar
Priority: high Milestone:
Component: OMEdit Version: v1.13.0
Keywords: log flag options Cc:

Description

In experiment annotations, when I add a simulation flag (e.g. LOG_INIT) either manually or from Simulation>Simulation Setup>Simulation Flags>Logging, the string is correctly updated

  __OpenModelica_simulationFlags(lv = "LOG_STATS,LOG_INIT", outputFormat = "mat", s = "dassl")

but when I run the simulation, the code is formatted and it rolls back to:

  __OpenModelica_simulationFlags(lv = "LOG_STATS", outputFormat = "mat", s = "dassl")

(with no LOG_INIT)

Change History (2)

comment:1 by Adeel Asghar, 6 years ago

It works fine for me with the latest master version.
Which version are you using? Can you try the latest nightly build?

comment:2 by Adeel Asghar, 6 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.