From: guido Date: Mon, 15 Feb 1999 15:19:48 +0000 (+0000) Subject: ExcNotImplemented is now a globally known class X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66a4d38247d82d40c03ae1b46d76b312005484e;p=dealii-svn.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 ---------------------------*/