Changes between Version 2 and Version 3 of Ticket #4808, comment 9


Ignore:
Timestamp:
2018-03-21T12:39:11Z (7 years ago)
Author:
Vitalij Ruge

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4808, comment 9

    v2 v3  
    1 Note:
    21{{{#!modelica
    32Complex k = Complex(r,0);
    43}}}
    5 work agian
     4work well !!
    65
    7 maybe `removeSmpleEquation` do same thing like `finnal parameter` in this case.
    8 
    9 Possible, inlining `Complex.'constructor'.fromReal` can help
     6`removeSmpleEquation` can work here!
     7`Complex k = Complex(r) != Complex(r, 0)`
     8because `Complex(r)` is a function call.  Possible inlining`Complex.'constructor'.fromReal` would be a great idea.