From cd36cacd8b57e44f8f050f1e35b1efe8e0dc9014 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 6 May 2002 08:30:26 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@5819 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_ilu.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_ilu.templates.h b/deal.II/lac/include/lac/sparse_ilu.templates.h index 70f1762f9f..47a0cdbc16 100644 --- a/deal.II/lac/include/lac/sparse_ilu.templates.h +++ b/deal.II/lac/include/lac/sparse_ilu.templates.h @@ -151,7 +151,7 @@ void SparseILU::decompose (const SparseMatrix &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]) -- 2.39.5