From: Wolfgang Bangerth Date: Sun, 24 Jan 2016 00:53:00 +0000 (-0600) Subject: Remove a friend declaration that is unnecessary. X-Git-Tag: v8.4.0-rc2~58^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8f5446fc80269f2aa1ba787eb64bdc7c921d1c;p=dealii.git Remove a friend declaration that is unnecessary. It also made no sense. Everything compiles just fine without it. --- 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; }; /*@}*/