]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
test simplified
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Apr 2003 10:00:12 +0000 (10:00 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Apr 2003 10:00:12 +0000 (10:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@7407 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix_ez.h

index 869de985e75701c73f5da250d704001247920d69..5e447a518f69cdd02bb301bb5766c30ed26a7e56 100644 (file)
@@ -1176,7 +1176,7 @@ SparseMatrixEZ<number>::const_iterator::operator++ ()
          ++accessor.a_row;
        }
       while (accessor.a_row < accessor.matrix->m()
-            && accessor.column() == SparseMatrixEZ<number>::Entry::invalid);
+            && accessor.matrix->row_info[accessor.a_row].length == 0);
     }
   return *this;
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.