mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
well iterations should start from 0.
This commit is contained in:
parent
5581771917
commit
635c6b3986
@ -526,7 +526,7 @@ namespace Opm {
|
|||||||
|
|
||||||
// -------- Mass balance equations --------
|
// -------- Mass balance equations --------
|
||||||
assembleMassBalanceEq(state);
|
assembleMassBalanceEq(state);
|
||||||
IterationReport iter_report = {false, false, 0, std::numeric_limits<int>::min()};
|
IterationReport iter_report = {false, false, 0, 0};
|
||||||
// -------- Well equations ----------
|
// -------- Well equations ----------
|
||||||
if ( ! wellsActive() ) {
|
if ( ! wellsActive() ) {
|
||||||
return iter_report;
|
return iter_report;
|
||||||
|
Loading…
Reference in New Issue
Block a user