From b207cefbb8311a11f2d2fe898ac1b201a054005b Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 17 Jun 1999 20:31:55 +0000 Subject: [PATCH] Exception DivideByZero git-svn-id: https://svn.dealii.org/trunk@1409 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 8b5fb94b65..127bfc7ee8 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -565,6 +565,7 @@ class Exception5 : public ExceptionBase { \ namespace StandardExceptions { + DeclException0 (ExcDivideByZero); DeclException0 (ExcNotImplemented); DeclException0 (ExcInternalError); DeclException3 (ExcIndexRange, int, int, int, -- 2.39.5