Skip to content
Snippets Groups Projects
Commit 6d7715fa authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[PL] UncoupledProcessesTimeLoop: Improve err. msg.

parent a14c5b6f
No related branches found
No related tags found
No related merge requests found
...@@ -652,9 +652,9 @@ bool UncoupledProcessesTimeLoop::loop() ...@@ -652,9 +652,9 @@ bool UncoupledProcessesTimeLoop::loop()
return nonlinear_solver_succeeded; return nonlinear_solver_succeeded;
} }
static std::string nonlinear_fixed_dt_fails_info = static std::string const nonlinear_fixed_dt_fails_info =
"Nonlinear solver fails. Because of the time stepper" "Nonlinear solver fails. Because the time stepper"
" of FixedTimeStepping is used, the program has to be" " FixedTimeStepping is used, the program has to be"
" terminated "; " terminated ";
bool UncoupledProcessesTimeLoop::solveUncoupledEquationSystems( bool UncoupledProcessesTimeLoop::solveUncoupledEquationSystems(
......
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