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
commit 2212229481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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