Add WListManager argument when constructing ActionContext

This commit is contained in:
Joakim Hove 2020-07-09 07:30:37 +02:00
parent 47d4a5087f
commit 8f78a15938

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