Classify convergence failure as a "problem" not "error".
This commit is contained in:
parent
8e8b624d4c
commit
e38b9ffcb7
@ -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