Merge pull request #3021 from joakim-hove/sched-action

Use ScheduleState to manage Actionx
This commit is contained in:
Joakim Hove 2021-01-15 09:18:46 +01:00 committed by GitHub
commit aa38a2264d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;