mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 23:15:35 -06:00
Classify convergence failure as a "problem" not "error".
This commit is contained in:
parent
83b3d8a149
commit
08b7db6c7f
@ -306,7 +306,7 @@ namespace Opm {
|
||||
std::string msg;
|
||||
msg = "Solver convergence failed, restarting solver with new time step ("
|
||||
+ std::to_string(unit::convert::to( newTimeStep, unit::day )) + " days).\n";
|
||||
OpmLog::error(msg);
|
||||
OpmLog::problem(msg);
|
||||
}
|
||||
// reset states
|
||||
state = last_state;
|
||||
|
Loading…
Reference in New Issue
Block a user