From 5dd3e308f5927728807ecf6a3d6a160e7af6314a Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Tue, 12 Jan 2021 18:55:44 +0100 Subject: [PATCH] Use ScheduleState to manage well lists --- ebos/eclproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index a3f2ce300..c27fd1938 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -1295,7 +1295,7 @@ public: if (actions.empty()) return; - Opm::Action::Context context( summaryState, schedule.getWListManager(reportStep) ); + Opm::Action::Context context( summaryState, schedule[reportStep].wlist_manager() ); auto now = Opm::TimeStampUTC( schedule.getStartTime() ) + std::chrono::duration(sim_time); std::string ts; {