From: guido Date: Tue, 3 Jun 2003 09:16:36 +0000 (+0000) Subject: obsolete exceptions removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb4ff468f84c71527d3e970c27837634d995b13e;p=dealii-svn.git obsolete exceptions removed git-svn-id: https://svn.dealii.org/trunk@7726 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_sparse_matrix.h b/deal.II/lac/include/lac/block_sparse_matrix.h index 7163f8c622..c3b329c849 100644 --- a/deal.II/lac/include/lac/block_sparse_matrix.h +++ b/deal.II/lac/include/lac/block_sparse_matrix.h @@ -695,11 +695,6 @@ class BlockSparseMatrix : public Subscriptor */ DeclException0 (ExcMatrixNotInitialized); - /** - * Exception - */ - DeclException0 (ExcDivideByZero); - private: /** diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 29a393e557..eae0912c06 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -1083,10 +1083,6 @@ class SparseMatrix : public virtual Subscriptor /** * Exception */ - DeclException0 (ExcDivideByZero); - /** - * Exception - */ DeclException2 (ExcIteratorRange, int, int, << "The iterators denote a range of " << arg1