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

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);
}
}