mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #964 from totto82/reuse_cache2
Reuse cache revisited
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user