]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a few friend declarations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Jan 2006 13:47:34 +0000 (13:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Jan 2006 13:47:34 +0000 (13:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@11955 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/hp_dof_handler.h

index 8f8d1a4005ea051e4d49addae6228512a169c331..3225e22608dca887e9fff3e73d3bf0c447a1bdf6 100644 (file)
@@ -1002,6 +1002,10 @@ namespace hp
                                         * Make accessor objects friends.
                                         */
       template <int dim1, int dim2, template <int> class DH> friend class DoFObjectAccessor;
+      template <int dim1, template <int> class DH> friend class DoFObjectAccessor<0, dim1, DH>;
+      template <int dim1, template <int> class DH> friend class DoFObjectAccessor<1, dim1, DH>;
+      template <int dim1, template <int> class DH> friend class DoFObjectAccessor<2, dim1, DH>;
+      template <int dim1, template <int> class DH> friend class DoFObjectAccessor<3, dim1, DH>;
   };
 
 

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.