From: guido Date: Thu, 17 Jun 1999 20:31:55 +0000 (+0000) Subject: Exception DivideByZero X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b207cefbb8311a11f2d2fe898ac1b201a054005b;p=dealii-svn.git Exception DivideByZero git-svn-id: https://svn.dealii.org/trunk@1409 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,