Changes between Initial Version and Version 1 of Ticket #5009


Ignore:
Timestamp:
2018-06-28T15:31:06Z (7 years ago)
Author:
Francesco Casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5009 – Description

    initial v1  
    1 Please consider the follwing test model
     1Please consider the following test model
    22{{{
    33model TestComplexParameter
     
    3535which breaks the compiler because {{{Modelica_SIunits_ComplexVoltage}}} is undefined.
    3636
    37 I understand binding equations for Complex parameters are now moved to the initial equations. For some reason, this one is not inlined correctly, as it is instead the case for regular binding equations, such as in
     37I 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
    3838{{{
    3939model TestComplexVariable