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; {