From: David Wells Date: Tue, 22 Dec 2015 21:47:09 +0000 (-0500) Subject: Add a missing space to an exception message. X-Git-Tag: v8.4.0-rc2~135^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=579ee4c515eac73547d7cd135e74934fe965dae9;p=dealii.git Add a missing space to an exception message. --- 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 "