From: Guido Kanschat Date: Mon, 20 Sep 2004 08:46:30 +0000 (+0000) Subject: exception bug removed X-Git-Tag: v8.0.0~14826 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=126fb31dc5e91444ecf131fd1a2a6b2f3d4e255a;p=dealii.git exception bug removed git-svn-id: https://svn.dealii.org/trunk@9643 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 168a7dfe33..406ed11464 100644 --- a/deal.II/lac/include/lac/block_vector_base.h +++ b/deal.II/lac/include/lac/block_vector_base.h @@ -2065,7 +2065,7 @@ BlockVectorBase:: operator == (const BlockVectorBase &v) const { Assert (block_indices == v.block_indices, - ExcNotMatchingBlockSizes()); + ExcDifferentBlockIndices()); for (unsigned int i=0;i