]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a specialization of a function. 2853/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 24 Jul 2016 02:30:04 +0000 (21:30 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 24 Jul 2016 02:30:04 +0000 (21:30 -0500)
This is possible now that the general template apparently compiles.

source/multigrid/mg_tools.cc

index 387d5903d1b271e7d771763af2641d403800ef1b..7fbd17a7c6cc244b297d3cfeecd002231e957800 100644 (file)
@@ -1167,17 +1167,6 @@ namespace MGTools
   }
 
 
-  template <>
-  void
-  make_boundary_list(
-    const DoFHandler<1,1> &,
-    const FunctionMap<1>::type &,
-    std::vector<std::set<types::global_dof_index> > &,
-    const ComponentMask &)
-  {
-    Assert(false, ExcNotImplemented());
-  }
-
 
   template <int dim, int spacedim>
   void
@@ -1225,17 +1214,6 @@ namespace MGTools
   }
 
 
-  template <>
-  void
-  make_boundary_list(
-    const DoFHandler<1,1> &,
-    const std::set<types::boundary_id> &,
-    std::vector<IndexSet> &,
-    const ComponentMask &)
-  {
-    Assert(false, ExcNotImplemented());
-  }
-
 
   template <int dim, int spacedim>
   void

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.