Changes between Version 1 and Version 2 of Ticket #2858, comment 10
- Timestamp:
- 2014-10-03T10:58:39Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2858, comment 10
v1 v2 1 1 I think the easiest way to fix this is to not do constant evaluation (well except for structural parameters). This will actually help a lot with other things we try to evaluate during flattening and we shouldn't. 2 We should generate DAE for constants and use the component references everywhere and not their bindings. I.e. {{{data.MM}}} stays the same (maybe vectorized and prefixed with the 3 proper prefix) but not constant evaluated. 2 We should generate DAE for constants and use the component references everywhere and not their bindings. I.e. {{{data.MM}}} stays the same (maybe vectorized and prefixed with the proper prefix) but not constant evaluated. 4 3 5 4 Because this works fine: