]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a few apparently unnecessary friendship declarations
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 Aug 2006 20:27:01 +0000 (20:27 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 Aug 2006 20:27:01 +0000 (20:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@13773 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_dgp.h
deal.II/deal.II/include/fe/fe_dgp_monomial.h

index bf38c7d0ccd3d90da8ab8384734b8af11cfd56ee..0dec746f792ec779f275e23d3e17aa2dbf0eee05 100644 (file)
@@ -224,18 +224,6 @@ class FE_DGP : public FE_Poly<PolynomialSpace<dim>,dim>
                                      * @p FiniteElementData.
                                      */
     static std::vector<unsigned int> get_dpo_vector(unsigned int degree);
-    
-                                    /**
-                                     * Allow access from other dimensions.
-                                     */
-    template <int dim1> friend class FE_DGP;
-
-                                    /**
-                                     * Allows @p MappingQ class
-                                     * access to build_renumbering
-                                     * function.
-                                     */
-    friend class MappingQ<dim>;
 };
 
 /* @} */
index 114c87a22fc5fdc9428aad905c26f84b655d60be..00e360abdda39c76c2f8203fa0754a4ea113a43c 100644 (file)
@@ -231,13 +231,6 @@ class FE_DGPMonomial : public FE_Poly<PolynomialsP<dim>,dim>
                                      * constructor.
                                      */
     void initialize_restriction ();
-
-                                    /**
-                                     * Allows @p MappingQ class
-                                     * access to build_renumbering
-                                     * function.
-                                     */
-    friend class MappingQ<dim>;
 };
 
 /*@}*/

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.