From b8bde5860ec51f904730122b4e776b9d6167cc39 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 26 Jun 2007 05:03:34 +0000 Subject: [PATCH] Move an exception from the .cc file git-svn-id: https://svn.dealii.org/trunk@14805 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/data_out_base.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.39.5