From 1ecbba49674a7fbf45e49bb157db29d80f1a59fd Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 24 Feb 2003 15:51:14 +0000 Subject: [PATCH] Minor changes. git-svn-id: https://svn.dealii.org/trunk@7228 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index 66a90d35b2..e2d02f6f08 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -53,7 +53,7 @@ class FETools * Note, that if the finite element * space @p{fe1} is a subset of * the finite element space - * @p{fe2} than the @p{interpolation_matrix} + * @p{fe2} then the @p{interpolation_matrix} * is an embedding matrix. */ template @@ -456,6 +456,11 @@ class FETools * Exception */ DeclException0 (ExcInvalidFE); + + /** + * Exception + */ + DeclException0 (ExcFEMustBePrimitive); /** * Exception -- 2.39.5