mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use ScheduleState to manage well lists
This commit is contained in:
@@ -1295,7 +1295,7 @@ public:
|
|||||||
if (actions.empty())
|
if (actions.empty())
|
||||||
return;
|
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);
|
auto now = Opm::TimeStampUTC( schedule.getStartTime() ) + std::chrono::duration<double>(sim_time);
|
||||||
std::string ts;
|
std::string ts;
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user