mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-01 03:56:55 -06:00
Add reportStep argument to Schedule::actions()
This commit is contained in:
parent
8992476651
commit
750184cdf6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user