Changes between Initial Version and Version 1 of Ticket #6352, comment 1


Ignore:
Timestamp:
2021-01-26T18:22:21Z (4 years ago)
Author:
Mahder Alemseged Gebremedhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6352, comment 1

    initial v1  
    1818}}}
    1919
     20The error message is for this assignment
     21
     22{{{#!c
     23_rout._x = _OMC_LIT0;
     24}}}
     25
     26
    2027A 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].
    2128