Merge pull request #3016 from joakim-hove/sched-wlist

Sched wlist
This commit is contained in:
Joakim Hove
2021-01-12 21:14:43 +01:00
committed by GitHub

View File

@@ -1295,7 +1295,7 @@ public:
if (actions.empty()) if (actions.empty())
return; 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<double>(sim_time); auto now = Opm::TimeStampUTC( schedule.getStartTime() ) + std::chrono::duration<double>(sim_time);
std::string ts; std::string ts;
{ {