mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Merge pull request #2705 from joakim-hove/actionx-wlist
Add WListManager argument when constructing ActionContext
This commit is contained in:
commit
2212229481
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user