diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index c27fd1938..737337ad2 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -1291,7 +1291,7 @@ public: Opm::Schedule& schedule, Opm::Action::State& actionState, Opm::SummaryState& summaryState) { - const auto& actions = schedule.actions(reportStep); + const auto& actions = schedule[reportStep].actions(); if (actions.empty()) return;