From c412c7e9e1b751986003c6a54d6b806f579f972f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 23 Jul 2016 21:30:04 -0500 Subject: [PATCH] Remove a specialization of a function. This is possible now that the general template apparently compiles. --- source/multigrid/mg_tools.cc | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/source/multigrid/mg_tools.cc b/source/multigrid/mg_tools.cc index 387d5903d1..7fbd17a7c6 100644 --- a/source/multigrid/mg_tools.cc +++ b/source/multigrid/mg_tools.cc @@ -1167,17 +1167,6 @@ namespace MGTools } - template <> - void - make_boundary_list( - const DoFHandler<1,1> &, - const FunctionMap<1>::type &, - std::vector > &, - const ComponentMask &) - { - Assert(false, ExcNotImplemented()); - } - template void @@ -1225,17 +1214,6 @@ namespace MGTools } - template <> - void - make_boundary_list( - const DoFHandler<1,1> &, - const std::set &, - std::vector &, - const ComponentMask &) - { - Assert(false, ExcNotImplemented()); - } - template void -- 2.39.5