Merge pull request #964 from totto82/reuse_cache2

Reuse cache revisited
This commit is contained in:
Atgeirr Flø Rasmussen
2016-12-20 14:46:00 +01:00
committed by GitHub
2 changed files with 13 additions and 20 deletions

View File

@@ -147,7 +147,7 @@ namespace Opm
converged = report.converged;
iteration += 1;
} while ( (!converged && (iteration <= maxIter())) || (iteration < minIter()));
} while ( (!converged && (iteration <= maxIter())) || (iteration <= minIter()));
if (!converged) {
if (model_->terminalOutputEnabled()) {