mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-06 02:46:53 -05:00
Pass ActionState to Schedule::runPyAction()
This commit is contained in:
+2
-2
@@ -1319,8 +1319,8 @@ public:
|
||||
}
|
||||
|
||||
bool commit_wellstate = false;
|
||||
for (const auto& pyaction : actions.pending_python()) {
|
||||
auto sim_update = schedule.runPyAction(reportStep, *pyaction, ecl_state, summaryState);
|
||||
for (const auto& pyaction : actions.pending_python(actionState)) {
|
||||
auto sim_update = schedule.runPyAction(reportStep, *pyaction, actionState, ecl_state, summaryState);
|
||||
this->applySimulatorUpdate(reportStep, comm, sim_update, ecl_state, schedule, summaryState, commit_wellstate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user