Changes between Initial Version and Version 1 of Ticket #5236, comment 2
- Timestamp:
- 2018-12-11T21:38:30Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5236, comment 2
initial v1 2 2 > The Backend can inline function e.g. {{{M2.R.`from_real`(3.0,4.0)}}} but the Backend can't inline a constructor. 3 3 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 exactly the same4 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 exactly the same 5 5 {{{ 6 6 R(3,4) = R(x,y); … … 10 10 M1.R(3.0, 4.0) = M1.R(x, y); 11 11 }}} 12 why should the regular equation handled as a function and the initial equation as a constructor? What is the difference?12 why should the regular equation be handled as a function and the initial equation as a constructor? What is the difference?