From: bangerth Date: Thu, 9 Aug 2012 21:01:35 +0000 (+0000) Subject: Remove a couple of functions that aren't defined. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628b0f53289729bed11d3647fc507560ea8510e6;p=dealii-svn.git Remove a couple of functions that aren't defined. git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@25844 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/multigrid/mg_tools.cc b/deal.II/source/multigrid/mg_tools.cc index a87cfb628a..d60d62e20a 100644 --- a/deal.II/source/multigrid/mg_tools.cc +++ b/deal.II/source/multigrid/mg_tools.cc @@ -1141,19 +1141,6 @@ namespace MGTools - template <> - void - make_boundary_list( - const DoFHandler<1,1>&, - const FunctionMap<1>::type&, - std::vector >&, - const std::vector&) - { - Assert(false, ExcNotImplemented()); - } - - - template <> void make_boundary_list( @@ -1167,19 +1154,6 @@ namespace MGTools - template <> - void - make_boundary_list( - const DoFHandler<1,2>&, - const FunctionMap<1>::type&, - std::vector >&, - const std::vector&) - { - Assert(false, ExcNotImplemented()); - } - - - template void make_boundary_list(