From 8a9e0ae695888b922dd8cb6a77fa873b689e7ef5 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 20 Sep 2004 08:47:24 +0000 Subject: [PATCH] exception bug removed git-svn-id: https://svn.dealii.org/trunk@9644 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_vector_base.h | 9 --------- 1 file changed, 9 deletions(-) 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. -- 2.39.5