From 28974995547fe6009ba79efd1da0984398c0b166 Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 8 May 2001 12:05:54 +0000 Subject: [PATCH] New ExcFEHasNoSupportPoints. git-svn-id: https://svn.dealii.org/trunk@4562 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_base.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/deal.II/include/fe/fe_base.h b/deal.II/deal.II/include/fe/fe_base.h index 3b1361b432..2e5fae4816 100644 --- a/deal.II/deal.II/include/fe/fe_base.h +++ b/deal.II/deal.II/include/fe/fe_base.h @@ -726,6 +726,11 @@ class FiniteElementBase : public Subscriptor, */ DeclException0 (ExcUnitShapeValuesDoNotExist); + /** + * Exception + */ + DeclException0 (ExcFEHasNoSupportPoints); + /** * Exception */ -- 2.39.5