From 06418e72a15e0bd4ab6f7ee8e6b3ef4b53687e53 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Dec 2015 23:44:41 -0600 Subject: [PATCH] Remove two exceptions that are not used in deal.II any more. --- include/deal.II/fe/fe.h | 13 ------------- 1 file changed, 13 deletions(-) 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: /** -- 2.39.5