well iterations should start from 0.

This commit is contained in:
Liu Ming 2016-08-04 10:54:31 +08:00
parent 5581771917
commit 635c6b3986

View File

@ -526,7 +526,7 @@ namespace Opm {
// -------- Mass balance equations --------
assembleMassBalanceEq(state);
IterationReport iter_report = {false, false, 0, std::numeric_limits<int>::min()};
IterationReport iter_report = {false, false, 0, 0};
// -------- Well equations ----------
if ( ! wellsActive() ) {
return iter_report;