mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use ScheduleState to manage Actionx
This commit is contained in:
@@ -1291,7 +1291,7 @@ public:
|
||||
Opm::Schedule& schedule,
|
||||
Opm::Action::State& actionState,
|
||||
Opm::SummaryState& summaryState) {
|
||||
const auto& actions = schedule.actions(reportStep);
|
||||
const auto& actions = schedule[reportStep].actions();
|
||||
if (actions.empty())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user