From: guido Date: Mon, 20 Sep 2004 08:46:30 +0000 (+0000) Subject: exception bug removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c12e67d0d5340a51373cc935a14d5d463cba49b;p=dealii-svn.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