From 0f66c954aca6b332d01dfaa204ededba2a74cc8a Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 4 Nov 1999 22:14:58 +0000 Subject: [PATCH] new global exception ExcPureFunctionCalled git-svn-id: https://svn.dealii.org/trunk@1829 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 8f3d6b76a6..e4293305b7 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -568,6 +568,8 @@ namespace StandardExceptions DeclException0 (ExcDivideByZero); DeclException0 (ExcNotImplemented); DeclException0 (ExcInternalError); + DeclException0 (ExcPureFunctionCalled); + DeclException2 (ExcDimensionMismatch, int, int, << "Dimension " << arg1 << " not equal to " << arg2); DeclException3 (ExcIndexRange, int, int, int, -- 2.39.5