fixing the comilation from the reverted commit

the interface has changed.
This commit is contained in:
Kai Bao
2023-04-21 10:17:03 +02:00
parent 2d67d819e7
commit 5536b24a84
5 changed files with 8 additions and 8 deletions

View File

@@ -872,7 +872,8 @@ namespace Opm {
}
++iter;
for (auto& well : this->well_container_) {
well->solveEqAndUpdateWellState(well_state, deferred_logger);
const auto& summary_state = this->ebosSimulator_.vanguard().summaryState();
well->solveEqAndUpdateWellState(summary_state, well_state, deferred_logger);
}
this->initPrimaryVariablesEvaluation();
} while (iter < max_iter);