mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Add WListManager argument when constructing ActionContext
This commit is contained in:
+1
-1
@@ -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;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user