From: Wolfgang Bangerth Date: Mon, 27 Feb 2006 00:54:41 +0000 (+0000) Subject: Re-enable guards to avoid instantiation of function in 1d where it is actually X-Git-Tag: v8.0.0~12178 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef0b07495ad3fe518b456f5cc791449fcf97f29;p=dealii.git 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 --- 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