From eef0b07495ad3fe518b456f5cc791449fcf97f29 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 27 Feb 2006 00:54:41 +0000 Subject: [PATCH] Re-enable guards to avoid instantiation of function in 1d where it is actually 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 2a679456f5..aaa8e54136 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -4071,7 +4071,7 @@ DoFTools::map_dof_to_boundary_indices > const std::set &, std::vector &); -// #if deal_II_dimension != 1 +#if deal_II_dimension != 1 template void @@ -4079,7 +4079,7 @@ DoFTools::map_dof_to_boundary_indices > (const DoFHandler &, std::vector &); -// #endif +#endif template -- 2.39.5