Changes between Initial Version and Version 1 of Ticket #5771, comment 5


Ignore:
Timestamp:
2020-01-14T21:36:51Z (5 years ago)
Author:
Karim Adbdelhak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5771, comment 5

    initial v1  
    66
    77That is a very good question, right now i have no clue. I was not aware that it actually works on other functions. Is it possible that {{{Modelica.Media.Water.IF97_Utilities.waterBaseProp_ph}}} has special properties which could prevent that? Is that function call maybe in a special context, like inside of another function? I will try to investigate that, do you have an idea for a minimal model where this happens?
     8
     9EDIT: Maybe there is some problem with the ordering. I think it would be possible that in the case where it works the {{{$cse}}} was generated first and afterwards split up (or smth. like that). Maybe it does not work if we split first and than replace, does {{{Modelica.Media.Water.IF97_Utilities.waterBaseProp_ph}}} have a special iniline tag?