Changes between Initial Version and Version 1 of Ticket #6035, comment 2


Ignore:
Timestamp:
2020-06-29T13:49:36Z (4 years ago)
Author:
Andreas Heuermann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6035, comment 2

    initial v1  
    22I'm trying to fix it.
    33
    4 By the way, I don't think [https://www.openmodelica.org/doc/OpenModelicaUsersGuide/latest/simulationflags.html#simflag-inputpath -inputPath] is the flag we want to change here.
    5 If I change inputPath to `temp/OMEdit/ImportInitialValues.ResultGenerator` omc tries to find the init file in the wrong location.
    6 {{{
    7  messages = "Simulation execution failed for model: ImportInitialValues.ImportModelAnnotationInitialEqs
    8 assert            | debug   | simulation_input_xml.c: Error: can not read file temp/OMEdit/ImportInitialValues.ResultGenerator/ImportInitialValues.ImportModelAnnotationInitialEqs_init.xml as setup file to the generated simulation code.
    9 }}}
    10 
    114I would like to have a annotation like `annotation(__OpenModelica_simulationFlags(iif = "../ImportInitialValues.ResultGenerator/initial.mat"));` working.