]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Re-enable guards to avoid instantiation of function in 1d where it is actually
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 27 Feb 2006 00:54:41 +0000 (00:54 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 27 Feb 2006 00:54:41 +0000 (00:54 +0000)
explicitly specialized.

git-svn-id: https://svn.dealii.org/trunk@12504 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index 2a679456f5a7b576b24fbe36dc746e5352cb767e..aaa8e54136617b690af68ffecc0a800bc693c9c9 100644 (file)
@@ -4071,7 +4071,7 @@ DoFTools::map_dof_to_boundary_indices<DoFHandler<deal_II_dimension> >
  const std::set<unsigned char> &,
  std::vector<unsigned int> &);
 
-// #if deal_II_dimension != 1
+#if deal_II_dimension != 1
 
 template
 void
@@ -4079,7 +4079,7 @@ DoFTools::map_dof_to_boundary_indices<DoFHandler<deal_II_dimension> >
 (const DoFHandler<deal_II_dimension> &,
  std::vector<unsigned int> &);
 
-// #endif
+#endif
 
 
 template

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.