Changes between Initial Version and Version 1 of Ticket #3717, comment 11


Ignore:
Timestamp:
2016-03-04T06:31:02Z (9 years ago)
Author:
Rüdiger Franke

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3717, comment 11

    initial v1  
    1414Btw. also the string valued solverMethod passed to `Clock(c, solverMethod)` is treated as sub-clock and checked for equality in `setSolverMethod`.
    1515
    16 One might argue if the backend should compare parameter expressions for equality instead of comparing rational numbers / strings.  I think that a forced evaluation in the frontend could be reverted once this will be needed and implemented.
     16One might argue if the backend should compare parameter expressions for equality instead of comparing rational numbers / strings.  Such a comparision would require expression simplification, alias elimination, sorting and the like. I think that a forced evaluation in the frontend could be reverted once this will be needed and implemented.
    1717
    1818For the time being the backend fails if the parameters have not been evaluated. Modelica_Synchronous generally uses `Evaluate=true` annotations for these parameters, but not consistently because another tool forces the evaluation anyway.