mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 18:21:00 -06:00
Merge pull request #3021 from joakim-hove/sched-action
Use ScheduleState to manage Actionx
This commit is contained in:
commit
aa38a2264d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user