Changes between Initial Version and Version 1 of Ticket #1552
- Timestamp:
- 2014-09-30T12:55:51Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1552
- Property Cc added; removed
-
Ticket #1552 – Description
initial v1 1 1 This should generate an alias-equation x = y 2 {{{model M 2 {{{#!mo 3 model M 3 4 Real x; 4 5 Real y = sqrt(time); 5 6 algorithm 6 7 x := y; 7 end M;}}} 8 end M; 9 }}} 8 10 9 11 The only thing we really need to think about is that the causality of the algorithm outputs should never change. It does not mean we cannot optimize them (we inline functions after all).