Changes between Initial Version and Version 1 of Ticket #5236, comment 2


Ignore:
Timestamp:
2018-12-11T21:38:30Z (6 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5236, comment 2

    initial v1  
    22> The Backend can inline function e.g. {{{M2.R.`from_real`(3.0,4.0)}}} but the Backend can't inline a constructor.
    33
    4 I'm sorry but I still fail to see why the regular equation and the initial equations should be handled differently. The Modelica source code is exactlythe same
     4I'm sorry but I still fail to see why the regular equation and the initial equations should be handled differently. The Modelica source code is exactly the same
    55{{{
    66  R(3,4) = R(x,y);
     
    1010  M1.R(3.0, 4.0) = M1.R(x, y);
    1111}}}
    12 why should the regular equation handled as a function and the initial equation as a constructor? What is the difference?
     12why should the regular equation be handled as a function and the initial equation as a constructor? What is the difference?