From: buerg Date: Thu, 3 Jun 2010 15:53:58 +0000 (+0000) Subject: Documentation and style changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca96a055a8d62a345cca9cefb2e7142a6ece060;p=dealii-svn.git Documentation and style changes. git-svn-id: https://svn.dealii.org/trunk@21148 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_q_hierarchical.h b/deal.II/deal.II/include/fe/fe_q_hierarchical.h index 00b88c7c2a..4c8c6bc033 100644 --- a/deal.II/deal.II/include/fe/fe_q_hierarchical.h +++ b/deal.II/deal.II/include/fe/fe_q_hierarchical.h @@ -47,10 +47,6 @@ template class MappingQ; * Future work will involve writing projection--interpolation operators * that can interpolate onto the higher order bubble functions. * - * The various constraint, prolongation, and restriction matrices are - * now available in all dimensions for all degrees @p p, currently up to - * order 19. - * * The constructor of this class takes the degree @p p of this finite * element. *