From 4a8f5446fc80269f2aa1ba787eb64bdc7c921d1c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 23 Jan 2016 18:53:00 -0600 Subject: [PATCH] Remove a friend declaration that is unnecessary. It also made no sense. Everything compiles just fine without it. --- include/deal.II/fe/fe_dgp_nonparametric.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/deal.II/fe/fe_dgp_nonparametric.h b/include/deal.II/fe/fe_dgp_nonparametric.h index 15c3158244..1c075c5424 100644 --- a/include/deal.II/fe/fe_dgp_nonparametric.h +++ b/include/deal.II/fe/fe_dgp_nonparametric.h @@ -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 friend class FE_DGPNonparametric; - - /** - * Allows @p MappingQ class to access to build_renumbering function. - */ - template friend class MappingQ; -// friend class MappingQ; }; /*@}*/ -- 2.39.5