mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
@@ -1295,7 +1295,7 @@ public:
|
||||
if (actions.empty())
|
||||
return;
|
||||
|
||||
Opm::Action::Context context( summaryState, schedule.getWListManager(reportStep) );
|
||||
Opm::Action::Context context( summaryState, schedule[reportStep].wlist_manager() );
|
||||
auto now = Opm::TimeStampUTC( schedule.getStartTime() ) + std::chrono::duration<double>(sim_time);
|
||||
std::string ts;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user