From: Guido Kanschat Date: Wed, 7 May 2003 12:27:51 +0000 (+0000) Subject: obsolete TODO removed X-Git-Tag: v8.0.0~16555 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73be77ae2c6322ff659cbfcced6244308cd0bef;p=dealii.git obsolete TODO removed git-svn-id: https://svn.dealii.org/trunk@7598 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.h b/deal.II/lac/include/lac/sparse_matrix_ez.h index 181e387d6a..df5dc91e17 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.h @@ -1161,7 +1161,6 @@ inline typename SparseMatrixEZ::const_iterator& SparseMatrixEZ::const_iterator::operator++ () { -//TODO[GK]: exclude entries with column index -1, i.e. simply jump over them Assert (accessor.a_row < accessor.matrix->m(), ExcIteratorPastEnd()); ++(accessor.a_index);