Add small function Schedule::end_report()

This commit is contained in:
Joakim Hove
2021-09-01 15:43:52 +02:00
parent 84c0f73a33
commit 100f6e96d1
2 changed files with 2 additions and 1 deletions

View File

@@ -476,7 +476,7 @@ void Schedule::iterateScheduleSection(std::size_t load_start, std::size_t load_e
keyword_index++;
}
checkIfAllConnectionsIsShut(report_step);
this->end_report(report_step);
if (this->must_write_rst_file(report_step)) {
this->restart_output.addRestartOutput(report_step);