diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index 1e06ec216..0f4cb09a3 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -1021,7 +1021,7 @@ public: void applyActions(int reportStep, Opm::Schedule& schedule, const Opm::SummaryState& summaryState) { - const auto& actions = schedule.actions(); + const auto& actions = schedule.actions(reportStep); if (actions.empty()) return;