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

[NL] Fix spacing in error message.

parent c0c1907b
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ void LocalLinearLeastSquaresExtrapolator::extrapolateElement( ...@@ -170,7 +170,7 @@ void LocalLinearLeastSquaresExtrapolator::extrapolateElement(
if (num_int_pts < num_nodes) if (num_int_pts < num_nodes)
{ {
OGS_FATAL( OGS_FATAL(
"Least squares is not possible if there are more nodes than" "Least squares is not possible if there are more nodes than "
"integration points."); "integration points.");
} }
......
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