Merge pull request #4979 from blattms/complete-log-problem-cont

log problem if asked to continue with nonconverged nonlinear solver.
This commit is contained in:
Atgeirr Flø Rasmussen 2023-11-12 19:01:24 +01:00 committed by GitHub
commit 66f34eb234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ std::set<std::string> consistentlyFailingWells(const std::vector<StepReport>& sr
+ std::to_string(minTimeStep_) + "\n which is the minimum threshold given"
+ "by option --solver-min-time-step= \n";
if (solverVerbose_) {
OpmLog::error(msg);
OpmLog::problem(msg);
}
}