From 0dccf4f1888eec214bf34a1df7ed1b7e37169e6c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 27 Feb 2006 00:58:27 +0000 Subject: [PATCH] Add a missing explicit specialization. git-svn-id: https://svn.dealii.org/trunk@12505 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 3c1a477631..635b3f5905 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -1594,6 +1594,19 @@ class DoFTools }; + +/* ------------------------- explicit specializations -------------- */ + +template <> +void +DoFTools::map_dof_to_boundary_indices (const DoFHandler<1> &dof_handler, + std::vector &mapping); + + + +/* ------------------------- inline functions -------------- */ + + /** * Operator computing the maximum coupling out of two. * -- 2.39.5