From 579ee4c515eac73547d7cd135e74934fe965dae9 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 22 Dec 2015 16:47:09 -0500 Subject: [PATCH] Add a missing space to an exception message. --- include/deal.II/lac/sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/sparse_matrix.h b/include/deal.II/lac/sparse_matrix.h index 85b1451ec8..968a5c6fdb 100644 --- a/include/deal.II/lac/sparse_matrix.h +++ b/include/deal.II/lac/sparse_matrix.h @@ -1508,7 +1508,7 @@ public: int, int, << "You are trying to access the matrix entry with index <" << arg1 << ',' << arg2 - << ">, but this entry does not exist in the sparsity pattern" + << ">, but this entry does not exist in the sparsity pattern " "of this matrix." "\n\n" "The most common cause for this problem is that you used " -- 2.39.5