]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a couple of functions that aren't defined.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2012 21:01:35 +0000 (21:01 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2012 21:01:35 +0000 (21:01 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@25844 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/multigrid/mg_tools.cc

index a87cfb628ac06214e01f6f2fa180363b78fff1bd..d60d62e20a2d842314b3e6c619743b01cb128757 100644 (file)
@@ -1141,19 +1141,6 @@ namespace MGTools
 
 
 
-  template <>
-  void
-  make_boundary_list(
-    const DoFHandler<1,1>&,
-    const FunctionMap<1>::type&,
-    std::vector<std::set<unsigned int> >&,
-    const std::vector<bool>&)
-  {
-    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<std::set<unsigned int> >&,
-    const std::vector<bool>&)
-  {
-    Assert(false, ExcNotImplemented());
-  }
-
-
-
   template <int dim, int spacedim>
   void
   make_boundary_list(

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.