From e0eb034a33e6e3b92fd311a683aefafc5470d807 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 16 Jun 2000 15:55:56 +0000 Subject: [PATCH] new ExcNotInitialized git-svn-id: https://svn.dealii.org/trunk@3030 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 25091ab92a..276fd3fa65 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -583,7 +583,7 @@ namespace StandardExceptions DeclException0 (ExcNotImplemented); DeclException0 (ExcInternalError); DeclException0 (ExcPureFunctionCalled); - + DeclException0 (ExcNotInitialized); DeclException2 (ExcDimensionMismatch, int, int, << "Dimension " << arg1 << " not equal to " << arg2); DeclException3 (ExcIndexRange, int, int, int, -- 2.39.5