]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add template specifications again
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 5 Jan 2006 10:39:15 +0000 (10:39 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 5 Jan 2006 10:39:15 +0000 (10:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@11953 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_renumbering.cc

index 710d0ecbf6321719dd706acad7128b7b332569a9..f20f06061d438758e8922b2bf1819bf8102fc4a5 100644 (file)
@@ -2,7 +2,7 @@
 //    $id$
 //    Version: $name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -1401,45 +1401,45 @@ void DoFRenumbering::clockwise_dg<deal_II_dimension>
 // Generic numbering schemes
 
 template
-void DoFRenumbering::random
+void DoFRenumbering::random<DoFHandler<deal_II_dimension> >
 (DoFHandler<deal_II_dimension> &);
 
 template
 void
-DoFRenumbering::compute_random
+DoFRenumbering::compute_random<DoFHandler<deal_II_dimension> >
 (std::vector<unsigned int>&,
  const DoFHandler<deal_II_dimension> &);
 
 template
-void DoFRenumbering::sort_selected_dofs_back
+void DoFRenumbering::sort_selected_dofs_back<DoFHandler<deal_II_dimension> >
 (DoFHandler<deal_II_dimension> &,
  const std::vector<bool> &);
 
 template
 void
-DoFRenumbering::compute_sort_selected_dofs_back
+DoFRenumbering::compute_sort_selected_dofs_back<DoFHandler<deal_II_dimension> >
 (std::vector<unsigned int>&,
  const DoFHandler<deal_II_dimension> &,
  const std::vector<bool> &);
 
 template
-void DoFRenumbering::random
+void DoFRenumbering::random<hp::DoFHandler<deal_II_dimension> >
 (hp::DoFHandler<deal_II_dimension> &);
 
 template
 void
-DoFRenumbering::compute_random
+DoFRenumbering::compute_random<hp::DoFHandler<deal_II_dimension> >
 (std::vector<unsigned int>&,
  const hp::DoFHandler<deal_II_dimension> &);
 
 template
-void DoFRenumbering::sort_selected_dofs_back
+void DoFRenumbering::sort_selected_dofs_back<hp::DoFHandler<deal_II_dimension> >
 (hp::DoFHandler<deal_II_dimension> &,
  const std::vector<bool> &);
 
 template
 void
-DoFRenumbering::compute_sort_selected_dofs_back
+DoFRenumbering::compute_sort_selected_dofs_back<hp::DoFHandler<deal_II_dimension> >
 (std::vector<unsigned int>&,
  const hp::DoFHandler<deal_II_dimension> &,
  const std::vector<bool> &);

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.