Skip to content

Commit

Permalink
Fix debugging line...
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21114 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 14, 2014
1 parent a1df5d5 commit 5995980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/BuildModelRecursive.mos
Expand Up @@ -22,7 +22,7 @@ simFlags := "-abortSlowSimulation -alarm=" + ulimitExe;
runScript("CustomCommands.mos");

customCommandsStr := if regularFileExists("CustomCommands.mos") then ("Flags: <pre>" + escapeXML(readFile("CustomCommands.mos")) + "</pre>") else "";
library:=$TypeName(ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.StraightPipe.kc_overall);
library:=$TypeName(Modelica);
libraryVersion:="default";

setCommandLineOptions({"+g=Modelica","+d=nogen"});
Expand Down

0 comments on commit 5995980

Please sign in to comment.