Skip to content

Commit

Permalink
Fix from debugging
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 27, 2013
1 parent 38867f2 commit 39f1734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/GenerateDoc.mos
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@

setDebugFlags("nogen") /* Don't generate dll/so-files when instantiating classes (performance) */;

loadModel(Complex);
loadModel(Modelica);

writeFile("loadModel.mos",sum("if loadModel(" + lib + ") then true else if loadModel(" + lib + ",languageStandard=\"2.x\") then true else loadModel(" + lib + ",languageStandard=\"1.x\");getErrorString();\n" for lib in getAvailableLibraries()));
getErrorString();
// runScript("loadModel.mos");
runScript("loadModel.mos");
getErrorString();
getClassNames();

Expand Down

0 comments on commit 39f1734

Please sign in to comment.