From: Guido Kanschat Date: Mon, 15 Feb 1999 15:19:48 +0000 (+0000) Subject: ExcNotImplemented is now a globally known class X-Git-Tag: v8.0.0~22457 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd0dcc433241325f740ea040d87d64294a1a88f9;p=dealii.git ExcNotImplemented is now a globally known class git-svn-id: https://svn.dealii.org/trunk@800 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 219fe80404..3f7a73782a 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -563,7 +563,7 @@ class Exception5 : public ExceptionBase { \ } - +DeclException0(ExcNotImplemented); /*---------------------------- exceptions.h ---------------------------*/