Changes between Initial Version and Version 1 of Ticket #6352, comment 1
- Timestamp:
- 2021-01-26T18:22:21Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6352, comment 1
initial v1 18 18 }}} 19 19 20 The error message is for this assignment 21 22 {{{#!c 23 _rout._x = _OMC_LIT0; 24 }}} 25 26 20 27 A few things to notice here. First the function name is different. It seems there was an attempt to evaluate the function as you can see from the new name it has got `f__eval1` instead of just `f`. This is done by the backed [https://github.com/mahge/OpenModelica/blob/master/OMCompiler/Compiler/BackEnd/EvaluateFunctions.mo#L1540 here]. 21 28