Add reportStep argument to Schedule::actions()

This commit is contained in:
Joakim Hove 2019-08-29 19:38:27 +02:00
parent 8992476651
commit 750184cdf6

View File

@ -1021,7 +1021,7 @@ public:
void applyActions(int reportStep,
Opm::Schedule& schedule,
const Opm::SummaryState& summaryState) {
const auto& actions = schedule.actions();
const auto& actions = schedule.actions(reportStep);
if (actions.empty())
return;