Changes between Initial Version and Version 1 of Ticket #5009
- Timestamp:
- 2018-06-28T15:31:06Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5009 – Description
initial v1 1 Please consider the foll wing test model1 Please consider the following test model 2 2 {{{ 3 3 model TestComplexParameter … … 35 35 which breaks the compiler because {{{Modelica_SIunits_ComplexVoltage}}} is undefined. 36 36 37 I understand binding equations for Complex parameters are now moved to the initial equations. For some reason, th is oneis not inlined correctly, as it is instead the case for regular binding equations, such as in37 I understand binding equations for Complex parameters are now moved to the initial equations. For some reason, the call to the {{{fromPolar}}} function is not inlined correctly, as it is instead the case for regular binding equations, such as in 38 38 {{{ 39 39 model TestComplexVariable