]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 6 May 2002 08:30:26 +0000 (08:30 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 6 May 2002 08:30:26 +0000 (08:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@5819 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_ilu.templates.h

index 70f1762f9f27cff560f0568bc2cd9b60fe39a1d5..47a0cdbc16530db7059a8d1069e4aa7754493229 100644 (file)
@@ -151,7 +151,7 @@ void SparseILU<number>::decompose (const SparseMatrix<somenumber> &matrix,
                                       // and since it makes the backward
                                       // step when applying the decomposition
                                       // significantly faster
-      AssertThrow((this->global_entry(this->rowstart_indices[row-1]) !=0),
+      AssertThrow((this->global_entry(rowstart_indices[row-1]) !=0),
                  ExcDivideByZero());
       
       this->global_entry (rowstart_indices[row-1])

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.