diff --git a/src/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp b/src/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp index d371cfa20..7bcb464dc 100644 --- a/src/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp +++ b/src/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp @@ -1684,9 +1684,9 @@ namespace { this->addWell(well, report_step); this->addWellToGroup(well.groupName(), well.name(), report_step); } + m_tuning.update(report_step + 1, rst_state.tuning); + m_events.addEvent( ScheduleEvents::TUNING_CHANGE , report_step + 1); - m_tuning.update(report_step, rst_state.tuning); - m_events.addEvent( ScheduleEvents::TUNING_CHANGE , report_step); { const auto& header = rst_state.header;