Changes between Initial Version and Version 1 of Ticket #2719, comment 8


Ignore:
Timestamp:
2014-06-09T12:37:37Z (11 years ago)
Author:
Per Östlund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2719, comment 8

    initial v1  
    44{{{
    55loadModel(Modelica);
    6 loadFile("Test2.mo");
     6loadFile("Test.mo");
    77loadFile("Houses6.mo");
    8 buildModel(Test2);
     8buildModel(Test);
    99getErrorString();
    1010}}}
    1111Then run it as {{{omc scriptname.mos}}}. It might be that there is some issue with the RML-version of the compiler. Maybe someone who still uses RML could check? Alternatively you could try the bootstrapped version, which we will hopefully soon switch to anyway. I think you just need to install the omc-bootstrapped package and use omc-bootstrapped instead of omc.
     12
     13Edit: Changed Test2 => Test in the script.