From: Wolfgang Bangerth Date: Mon, 27 Feb 2006 00:58:27 +0000 (+0000) Subject: Add a missing explicit specialization. X-Git-Tag: v8.0.0~12177 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dccf4f1888eec214bf34a1df7ed1b7e37169e6c;p=dealii.git Add a missing explicit specialization. git-svn-id: https://svn.dealii.org/trunk@12505 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. *