From: Wolfgang Bangerth Date: Mon, 6 May 2002 08:30:26 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~18045 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=989b675c11dd5a2d0b37528641efb41f3d77866e;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@5819 0785d39b-7218-0410-832d-ea1e28bc413d --- 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])