Opened 8 years ago

Closed 8 years ago

#3870 closed defect (fixed)

path information in BackendDAE.VAR needed for visualization

Reported by: vwaurich Owned by: somebody
Priority: high Milestone: Future
Component: Frontend Version:
Keywords: Cc: adrpo, sjoelund.se, perost

Description

Hi,

I noticed that DAE.SOURCE.typeLst in BackendDAE.VAR.source includes no information about paths anymore. (e.g. Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum)

The information whether a certain BackendDAE.Var is defined in Modelica.Multibody.Visualizers.Advanced.* is needed to generate the information for the visualization.

Where can I find this information now?

Change History (4)

comment:1 Changed 8 years ago by adrpo

I think Martin removed it to minimize memory but it should be available on some flag.

comment:2 Changed 8 years ago by sjoelund.se

There should be some flag for debug-level (-g=1) or flags to turn on/off (-g+=source), but there isn't. So it is available using -d=infoXmlOperations, which is a really bad name for the debugging information.

comment:3 Changed 8 years ago by vwaurich

Thanks for the reply. -d=infoXmlOperations works. Please keep me informed, if you change the name of the flag.

comment:4 Changed 8 years ago by vwaurich

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.