From: bangerth Date: Tue, 16 Nov 2010 15:39:28 +0000 (+0000) Subject: Remove more stray 'typename's where necessary. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=665b7725ddb108e254aceed6ede0ef032403a629;p=dealii-svn.git Remove more stray 'typename's where necessary. git-svn-id: https://svn.dealii.org/trunk@22756 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/multigrid/mg_tools.cc b/deal.II/source/multigrid/mg_tools.cc index fd9cd968de..e0c4d03a34 100644 --- a/deal.II/source/multigrid/mg_tools.cc +++ b/deal.II/source/multigrid/mg_tools.cc @@ -1131,7 +1131,7 @@ template <> void MGTools::make_boundary_list( const MGDoFHandler<1,1>&, - const typename FunctionMap<1>::type&, + const FunctionMap<1>::type&, std::vector >&, const std::vector&) { @@ -1144,7 +1144,7 @@ template <> void MGTools::make_boundary_list( const MGDoFHandler<1,2>&, - const typename FunctionMap<1>::type&, + const FunctionMap<1>::type&, std::vector >&, const std::vector&) {