diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index 66adc0b93..b0df9fdaf 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -1069,7 +1069,7 @@ public: if (actions.empty()) return; - Opm::Action::Context context( summaryState ); + Opm::Action::Context context( summaryState, schedule.getWListManager(reportStep) ); auto now = Opm::TimeStampUTC( schedule.getStartTime() ) + std::chrono::duration(sim_time); std::string ts; {