From 4a047ca75b358adc9d24b273044c8a81964401f2 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 3 Apr 2019 12:28:30 -0400 Subject: [PATCH] Fix space in error message --- include/deal.II/lac/sparse_direct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.39.5