Skip to content

Commit 8a034ba

Browse files
committed
rsz: add missing journalEnd calls
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 4534556 commit 8a034ba

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)