Changes between Initial Version and Version 1 of Ticket #3553, comment 10
- Timestamp:
- 2016-02-22T20:01:00Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3553, comment 10
initial v1 25 25 end SimSetting; 26 26 }}} 27 and later we can add this record in some internal libirray? New flags -> Update Library 27 and later we can add this record in some internal libirray? New flags -> Update Library. 28 29 Or 30 31 {{{#!modelica 32 record OMCSetting 33 Boolean addDerAliases = true; 34 String preOptModules[:] = {"resolveLoops", "remove" ,..}; 35 end OMCSetting; 36 37 model M 38 OMCSetting omcSetting; 39 annotations(__OpenModelica(OMCSetting=omcSetting)); 40 end M; 41 }}} 42