Changes between Version 1 and Version 2 of Ticket #2858, comment 10


Ignore:
Timestamp:
2014-10-03T10:58:39Z (10 years ago)
Author:
Adrian Pop

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2858, comment 10

    v1 v2  
    11I 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.
     2We 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.
    43
    54Because this works fine: