From a6d30d43e81eeb21d1863678e9d3516af7d7df04 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 18 May 2000 13:57:53 +0000 Subject: [PATCH] Ups, one should check things, even if they appear simple. git-svn-id: https://svn.dealii.org/trunk@2894 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index aa50d1898b..e31c9da1d2 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -859,7 +859,7 @@ number & SparseMatrix::diag_element (const unsigned int i) { Assert (cols != 0, ExcMatrixNotInitialized()); Assert (m() == n(), ExcMatrixNotSquare()); - Assert (i