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::Schedule& schedule,
|
||||||
Opm::Action::State& actionState,
|
Opm::Action::State& actionState,
|
||||||
Opm::SummaryState& summaryState) {
|
Opm::SummaryState& summaryState) {
|
||||||
const auto& actions = schedule.actions(reportStep);
|
const auto& actions = schedule[reportStep].actions();
|
||||||
if (actions.empty())
|
if (actions.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user