From acf3ed24344264040bb7bce1a39f4fa0480b470d Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 15 Sep 2010 11:29:34 +0000 Subject: [PATCH] Remove reference to non-existent member variable. git-svn-id: https://svn.dealii.org/trunk@21978 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_nedelec.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_nedelec.h b/deal.II/deal.II/include/fe/fe_nedelec.h index 8d4e247153..4478f1c064 100644 --- a/deal.II/deal.II/include/fe/fe_nedelec.h +++ b/deal.II/deal.II/include/fe/fe_nedelec.h @@ -223,9 +223,7 @@ class FE_Nedelec : public FE_PolyTensor, dim> { * generalized_support_points * field of the FiniteElement * class and fill the tables with - * interpolation weights - * (#boundary_weights and - * #interior_weights). Called + * interpolation weights. Called * from the constructor. */ void initialize_support_points (const unsigned int degree); -- 2.39.5