]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a friend declaration that is unnecessary. 2110/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 24 Jan 2016 00:53:00 +0000 (18:53 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 24 Jan 2016 00:53:00 +0000 (18:53 -0600)
It also made no sense. Everything compiles just fine without it.

include/deal.II/fe/fe_dgp_nonparametric.h

index 15c315824421be16dbc74361cb7b24db9b4cafe5..1c075c5424add2f3196cf58fd2c23b484f36b668 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2002 - 2015 by the deal.II authors
+// Copyright (C) 2002 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -633,12 +633,6 @@ private:
    * Allow access from other dimensions.
    */
   template <int, int> friend class FE_DGPNonparametric;
-
-  /**
-   * Allows @p MappingQ class to access to build_renumbering function.
-   */
-  template <int, int> friend class MappingQ;
-//    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.