From 6ab9f4d6043483d0493b5aa4a3c21dfded849413 Mon Sep 17 00:00:00 2001 From: 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