mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
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:
commit
66f34eb234
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user