Skip to content

Commit

Permalink
m:r7723 fixes Fluid.Dissipation issues, so we no longer need to set t…
Browse files Browse the repository at this point in the history
…he debug-flag

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 20, 2014
1 parent aaf147e commit 66700f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/BuildModelRecursive.mos
Expand Up @@ -2,7 +2,7 @@

setCommandLineOptions("+d=nogen");
if not regularFileExists("CustomCommands.mos") then
customCommands := "setCommandLineOptions(\"+d=nogen,initialization,backenddaeinfo,discreteinfo,stateselection,acceptTooManyFields\");
customCommands := "setCommandLineOptions(\"+d=nogen,initialization,backenddaeinfo,discreteinfo,stateselection\");
setMatchingAlgorithm(\"PFPlusExt\");
setIndexReductionMethod(\"dynamicStateSelection\");";
writeFile("CustomCommands.mos",customCommands);
Expand Down

0 comments on commit 66700f8

Please sign in to comment.