Skip to content
Snippets Groups Projects
Commit b88682c8 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] Fix warning message spelling.

parent 5744d61c
No related branches found
No related tags found
No related merge requests found
......@@ -413,7 +413,9 @@ double TimeLoop::computeTimeStepping(const double prev_dt, double& t,
if (!ppd.nonlinear_solver_status.error_norms_met)
{
WARN("Time step will be rejected due to nonlinear solver diverged");
WARN(
"Time step will be rejected due to nonlinear solver "
"divergence.");
all_process_steps_accepted = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment