mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixing the comilation from the reverted commit
the interface has changed.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user