From: Ralf Hartmann Date: Tue, 8 May 2001 12:05:54 +0000 (+0000) Subject: New ExcFEHasNoSupportPoints. X-Git-Tag: v8.0.0~19229 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720316248347c4b56d885a1904808fd5db8e8446;p=dealii.git New ExcFEHasNoSupportPoints. git-svn-id: https://svn.dealii.org/trunk@4562 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 */