Merge pull request #2705 from joakim-hove/actionx-wlist

Add WListManager argument when constructing ActionContext
This commit is contained in:
Bård Skaflestad
2020-07-09 15:59:27 +02:00
committed by GitHub
+1 -1
View File
@@ -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<double>(sim_time);
std::string ts;
{