From 3b9fdb964e206092acf390d2df66e61e16c74d1d Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 28 Aug 2006 20:27:01 +0000 Subject: [PATCH] Remove a few apparently unnecessary friendship declarations git-svn-id: https://svn.dealii.org/trunk@13773 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_dgp.h | 12 ------------ deal.II/deal.II/include/fe/fe_dgp_monomial.h | 7 ------- 2 files changed, 19 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_dgp.h b/deal.II/deal.II/include/fe/fe_dgp.h index bf38c7d0cc..0dec746f79 100644 --- a/deal.II/deal.II/include/fe/fe_dgp.h +++ b/deal.II/deal.II/include/fe/fe_dgp.h @@ -224,18 +224,6 @@ class FE_DGP : public FE_Poly,dim> * @p FiniteElementData. */ static std::vector get_dpo_vector(unsigned int degree); - - /** - * Allow access from other dimensions. - */ - template friend class FE_DGP; - - /** - * Allows @p MappingQ class - * access to build_renumbering - * function. - */ - friend class MappingQ; }; /* @} */ diff --git a/deal.II/deal.II/include/fe/fe_dgp_monomial.h b/deal.II/deal.II/include/fe/fe_dgp_monomial.h index 114c87a22f..00e360abdd 100644 --- a/deal.II/deal.II/include/fe/fe_dgp_monomial.h +++ b/deal.II/deal.II/include/fe/fe_dgp_monomial.h @@ -231,13 +231,6 @@ class FE_DGPMonomial : public FE_Poly,dim> * constructor. */ void initialize_restriction (); - - /** - * Allows @p MappingQ class - * access to build_renumbering - * function. - */ - friend class MappingQ; }; /*@}*/ -- 2.39.5