Skip to content
Snippets Groups Projects
Commit 134f5b2c authored by Tom Fischer's avatar Tom Fischer
Browse files

[NL] Remove unnessary line break.

parent 5214fa2c
No related branches found
No related tags found
No related merge requests found
...@@ -111,8 +111,7 @@ bool NonlinearSolver<NonlinearSolverTag::Picard>::solve( ...@@ -111,8 +111,7 @@ bool NonlinearSolver<NonlinearSolverTag::Picard>::solve(
case IterationResult::REPEAT_ITERATION: case IterationResult::REPEAT_ITERATION:
INFO( INFO(
"Picard: The postIteration() hook decided that this " "Picard: The postIteration() hook decided that this "
"iteration" "iteration has to be repeated.");
" has to be repeated.");
continue; // That throws the iteration result away. continue; // That throws the iteration result away.
} }
} }
......
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