From: bangerth Date: Tue, 26 Jun 2007 05:03:34 +0000 (+0000) Subject: Move an exception from the .cc file X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8bde5860ec51f904730122b4e776b9d6167cc39;p=dealii-svn.git Move an exception from the .cc file git-svn-id: https://svn.dealii.org/trunk@14805 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index 3003469eae..abcfc86564 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -2963,7 +2963,16 @@ class DataOutReader : public DataOutInterface * Exception */ DeclException0 (ExcIncompatiblePatchLists); - + /** + * Exception + */ + DeclException4 (ExcIncompatibleDimensions, + int, int, int, int, + << "Either the dimensions <" << arg1 << "> and <" + << arg2 << "> or the space dimensions <" + << arg3 << "> and <" << arg4 + << "> do not match!"); + protected: /** * This is the function