From: bangerth Date: Thu, 10 Aug 2006 21:03:49 +0000 (+0000) Subject: Typo and style fixes X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=671274a9c1d224fc224e6cd6272311855a589fdb;p=dealii-svn.git Typo and style fixes git-svn-id: https://svn.dealii.org/trunk@13646 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_q.h b/deal.II/deal.II/include/fe/fe_q.h index 92b0873fad..1b4b47ae1a 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -336,14 +336,13 @@ class FE_Q : public FE_Poly,dim> * which has to be used to make * elements "hp compatible". * - * For the FE_Q class the - * result is always true, as - * it implements the complete - * set of functions necessary + * For the FE_Q class the result is + * always true (independent of the degree + * of the element), as it implements the + * complete set of functions necessary * for hp capability. */ virtual bool hp_constraints_are_implemented () const; - /** * Check for non-zero values on a face. diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index 24767f8841..6f91736d05 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -562,6 +562,8 @@ FE_Q::hp_constraints_are_implemented () const } + + template std::vector > FE_Q::