Changes between Initial Version and Version 1 of Ticket #3553, comment 10


Ignore:
Timestamp:
2016-02-22T20:01:00Z (9 years ago)
Author:
Vitalij Ruge

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3553, comment 10

    initial v1  
    2525end SimSetting;
    2626}}}
    27 and later we can add this record in some internal libirray? New flags -> Update Library
     27and later we can add this record in some internal libirray? New flags -> Update Library.
     28
     29Or
     30
     31{{{#!modelica
     32record OMCSetting
     33 Boolean addDerAliases = true;
     34 String preOptModules[:] = {"resolveLoops", "remove" ,..};
     35end OMCSetting;
     36
     37model M
     38OMCSetting omcSetting;
     39annotations(__OpenModelica(OMCSetting=omcSetting));
     40end M;
     41}}}
     42