From: guido Date: Tue, 19 Jul 2005 08:24:10 +0000 (+0000) Subject: add to Exceptions group X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226da81948b3f0f51067971fc0b724d22cc404d1;p=dealii-svn.git add to Exceptions group git-svn-id: https://svn.dealii.org/trunk@11173 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 456bc5a231..48cc8571f6 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -163,14 +163,20 @@ class FiniteElement : public FiniteElementBase /** * Exception + * + * @ingroup Exceptions */ DeclException0 (ExcBoundaryFaceUsed); /** * Exception + * + * @ingroup Exceptions */ DeclException0 (ExcJacobiDeterminantHasWrongSign); /** * Exception + * + * @ingroup Exceptions */ DeclException1 (ExcComputationNotUseful, int,