From: guido Date: Mon, 20 Sep 2004 08:47:24 +0000 (+0000) Subject: exception bug removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a9e0ae695888b922dd8cb6a77fa873b689e7ef5;p=dealii-svn.git exception bug removed git-svn-id: https://svn.dealii.org/trunk@9644 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_vector_base.h b/deal.II/lac/include/lac/block_vector_base.h index 406ed11464..d0fdbe29fb 100644 --- a/deal.II/lac/include/lac/block_vector_base.h +++ b/deal.II/lac/include/lac/block_vector_base.h @@ -970,15 +970,6 @@ class BlockVectorBase void equ (const value_type a, const BlockVectorBase& V, const value_type b, const BlockVectorBase& W); - /** @addtogroup Exceptions - * @{ */ - - /** - * Exception. - */ - DeclException0 (ExcNotMatchingBlockSizes); - //@} - protected: /** * Pointer to the array of components.