Skip to content

Commit 4669298

Browse files
authored
Dump also loops of init lambda=0 (#10938)
1 parent 7702cf1 commit 4669298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7701,7 +7701,7 @@ algorithm
77017701
BackendDump.dumpLoops(outSimDAE);
77027702
print("\n" + BackendDump.BORDER + "\n\n Algbraic Loops (Initialization): \n\n" + BackendDump.BORDER + "\n");
77037703
BackendDump.dumpLoops(outInitDAE);
7704-
if Flags.isSet(Flags.DUMP_LOOPS_VERBOSE) and isSome(outInitDAE_lambda0_option) then
7704+
if isSome(outInitDAE_lambda0_option) then
77057705
print("\n" + BackendDump.BORDER + "\n\n Algbraic Loops (Initialization Lambda=0 (Homotopy)): \n\n" + BackendDump.BORDER + "\n");
77067706
BackendDump.dumpLoops(Util.getOption(outInitDAE_lambda0_option));
77077707
end if;

0 commit comments

Comments
 (0)