From 21d10811f2f2c15d0c10365150f0273f8f765c82 Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 23 May 2008 19:09:45 +0000 Subject: [PATCH] remove some stuff doxygen did not understand git-svn-id: https://svn.dealii.org/trunk@16192 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 6f90e37a9e..f476a01456 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -918,7 +918,7 @@ class FiniteElement : public Subscriptor, * interpolation from a given * element, then they must throw * an exception of type - * FiniteElement::ExcInterpolationNotImplemented. + * ExcInterpolationNotImplemented. */ virtual void get_interpolation_matrix (const FiniteElement &source, @@ -950,7 +950,7 @@ class FiniteElement : public Subscriptor, * interpolation from a given * element, then they must throw * an exception of type - * FiniteElement::ExcInterpolationNotImplemented. + * ExcInterpolationNotImplemented. */ virtual void get_face_interpolation_matrix (const FiniteElement &source, @@ -976,7 +976,7 @@ class FiniteElement : public Subscriptor, * interpolation from a given * element, then they must throw * an exception of type - * FiniteElement::ExcInterpolationNotImplemented. + * ExcInterpolationNotImplemented. */ virtual void get_subface_interpolation_matrix (const FiniteElement &source, -- 2.39.5