From: kanschat Date: Fri, 23 May 2008 19:09:45 +0000 (+0000) Subject: remove some stuff doxygen did not understand X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d10811f2f2c15d0c10365150f0273f8f765c82;p=dealii-svn.git remove some stuff doxygen did not understand git-svn-id: https://svn.dealii.org/trunk@16192 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 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,