From: guido Date: Fri, 16 Jun 2000 15:55:56 +0000 (+0000) Subject: new ExcNotInitialized X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7961b3959d29ef8f5c6fbed0e63b93df854319ce;p=dealii-svn.git new ExcNotInitialized git-svn-id: https://svn.dealii.org/trunk@3030 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,