From: Daniel Arndt Date: Wed, 3 Apr 2019 16:28:30 +0000 (-0400) Subject: Fix space in error message X-Git-Tag: v9.1.0-rc1~222^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a047ca75b358adc9d24b273044c8a81964401f2;p=dealii.git Fix space in error message --- diff --git a/include/deal.II/lac/sparse_direct.h b/include/deal.II/lac/sparse_direct.h index aa6dfc92a9..7a15d120d7 100644 --- a/include/deal.II/lac/sparse_direct.h +++ b/include/deal.II/lac/sparse_direct.h @@ -310,7 +310,7 @@ public: "single zero eigenvalue and its rank is therefore " "deficient by one." "\n\n" - "The other common situation is that you run out of memory." + "The other common situation is that you run out of memory. " "On a typical laptop or desktop, it should easily be possible " "to solve problems with 100,000 unknowns in 2d. If you are " "solving problems with many more unknowns than that, in "