We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7702cf1 commit 4669298Copy full SHA for 4669298
OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo
@@ -7701,7 +7701,7 @@ algorithm
7701
BackendDump.dumpLoops(outSimDAE);
7702
print("\n" + BackendDump.BORDER + "\n\n Algbraic Loops (Initialization): \n\n" + BackendDump.BORDER + "\n");
7703
BackendDump.dumpLoops(outInitDAE);
7704
- if Flags.isSet(Flags.DUMP_LOOPS_VERBOSE) and isSome(outInitDAE_lambda0_option) then
+ if isSome(outInitDAE_lambda0_option) then
7705
print("\n" + BackendDump.BORDER + "\n\n Algbraic Loops (Initialization Lambda=0 (Homotopy)): \n\n" + BackendDump.BORDER + "\n");
7706
BackendDump.dumpLoops(Util.getOption(outInitDAE_lambda0_option));
7707
end if;
0 commit comments