Remove method Schedule::guideRateConfig()

This commit is contained in:
Joakim Hove
2021-06-14 13:30:13 +02:00
parent be0838981d
commit 9e2c79517a
6 changed files with 8 additions and 13 deletions

View File

@@ -1141,10 +1141,6 @@ void Schedule::iterateScheduleSection(std::size_t load_start, std::size_t load_e
return this->snapshots[timeStep].udq.get();
}
const GuideRateConfig& Schedule::guideRateConfig(std::size_t timeStep) const {
return this->snapshots[timeStep].guide_rate();
}
std::optional<int> Schedule::exitStatus() const {
return this->exit_status;
}