From: Wolfgang Bangerth Date: Thu, 18 May 2000 13:57:53 +0000 (+0000) Subject: Ups, one should check things, even if they appear simple. X-Git-Tag: v8.0.0~20511 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11642f2da7fe13e70839c399c1f880a1a22398c4;p=dealii.git Ups, one should check things, even if they appear simple. git-svn-id: https://svn.dealii.org/trunk@2894 0785d39b-7218-0410-832d-ea1e28bc413d --- 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