From d025f3947420198228f5faad1e37024553df1d48 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Fri, 15 Jan 2021 07:57:27 +0100 Subject: [PATCH] Use ScheduleState to manage Actionx --- ebos/eclproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;