Changes between Version 1 and Version 2 of Ticket #5236, comment 2
- Timestamp:
- 2018-12-11T21:39:00Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5236, comment 2
v1 v2 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 equation sshould 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 equation should be handled differently. The Modelica source code is exactly the same 5 5 {{{ 6 6 R(3,4) = R(x,y);