Skip to content

Commit 66700f8

Browse files
committed
m:r7723 fixes Fluid.Dissipation issues, so we no longer need to set the debug-flag
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent aaf147e commit 66700f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/BuildModelRecursive.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setCommandLineOptions("+d=nogen");
44
if not regularFileExists("CustomCommands.mos") then
5-
customCommands := "setCommandLineOptions(\"+d=nogen,initialization,backenddaeinfo,discreteinfo,stateselection,acceptTooManyFields\");
5+
customCommands := "setCommandLineOptions(\"+d=nogen,initialization,backenddaeinfo,discreteinfo,stateselection\");
66
setMatchingAlgorithm(\"PFPlusExt\");
77
setIndexReductionMethod(\"dynamicStateSelection\");";
88
writeFile("CustomCommands.mos",customCommands);

0 commit comments

Comments
 (0)