]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an unnecessary friend declaration. 8717/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 9 Sep 2019 17:53:39 +0000 (11:53 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 9 Sep 2019 17:53:39 +0000 (11:53 -0600)
include/deal.II/distributed/tria.h

index a028de4374951885bab6e2a6632e3c3955b39fb7..07a175880eefcdfb93c265a9439a75153ff6bf33 100644 (file)
@@ -58,17 +58,6 @@ DEAL_II_NAMESPACE_OPEN
 
 // Forward declarations
 #  ifndef DOXYGEN
-namespace internal
-{
-  namespace DoFHandlerImplementation
-  {
-    namespace Policy
-    {
-      template <typename>
-      class ParallelDistributed;
-    }
-  } // namespace DoFHandlerImplementation
-} // namespace internal
 
 namespace FETools
 {
@@ -1234,12 +1223,6 @@ namespace parallel
       coarse_cell_index_to_coarse_cell_id(
         const unsigned int coarse_cell_index) const override;
 
-
-
-      template <typename>
-      friend class dealii::internal::DoFHandlerImplementation::Policy::
-        ParallelDistributed;
-
       template <int, int, class>
       friend class dealii::FETools::internal::ExtrapolateImplementation;
     };

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.