From 1dc7b7d7879aef0138821e71f36815be4a4f76ea Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Tue, 14 Jul 2020 18:31:06 +0200 Subject: [PATCH] [NL] Fix spacing in error message. --- NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp b/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp index 0de85308805..9319ed11657 100644 --- a/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp +++ b/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp @@ -170,7 +170,7 @@ void LocalLinearLeastSquaresExtrapolator::extrapolateElement( if (num_int_pts < num_nodes) { 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."); } -- GitLab