From: Wolfgang Bangerth Date: Tue, 15 Dec 2015 05:44:41 +0000 (-0600) Subject: Remove two exceptions that are not used in deal.II any more. X-Git-Tag: v8.4.0-rc2~154^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1985%2Fhead;p=dealii.git Remove two exceptions that are not used in deal.II any more. --- diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index 68a36a9f56..54132b8ef9 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -2075,19 +2075,6 @@ public: */ DeclException0 (ExcInterpolationNotImplemented); - /** - * Exception - * - * @ingroup Exceptions - */ - DeclException0 (ExcBoundaryFaceUsed); - /** - * Exception - * - * @ingroup Exceptions - */ - DeclException0 (ExcJacobiDeterminantHasWrongSign); - protected: /**