Skip to content

Commit f94468c

Browse files
authored
Merge pull request #8759 from eder-matheus/rsz_fix_journal
rsz: add missing journalEnd calls
2 parents 8e37e49 + a1964b9 commit f94468c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rsz/src/RepairSetup.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ bool RepairSetup::repairSetup(const float setup_slack_margin,
455455
}
456456
pass++;
457457
if (max_iterations > 0 && opto_iteration >= max_iterations) {
458+
resizer_->journalEnd();
458459
break;
459460
}
460461
} // while pass <= max_passes
@@ -1034,6 +1035,7 @@ void RepairSetup::repairSetupLastGasp(const OptoParams& params,
10341035
}
10351036
pass++;
10361037
if (max_iterations > 0 && opto_iteration >= max_iterations) {
1038+
resizer_->journalEnd();
10371039
break;
10381040
}
10391041
} // while pass <= max_last_gasp_passes_

0 commit comments

Comments
 (0)