From 5ac5fb79364d99969b9ea4c4ba37936e193572b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 May 2001 17:43:40 +0000 Subject: [PATCH] Forgot one explicit specialization. git-svn-id: https://svn.dealii.org/trunk@4702 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_handler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/deal.II/include/dofs/dof_handler.h b/deal.II/deal.II/include/dofs/dof_handler.h index 1e9e53f617..42b442adcb 100644 --- a/deal.II/deal.II/include/dofs/dof_handler.h +++ b/deal.II/deal.II/include/dofs/dof_handler.h @@ -1169,6 +1169,7 @@ template <> unsigned int DoFHandler<1>::max_couplings_between_boundary_dofs () c template <> unsigned int DoFHandler<2>::max_couplings_between_dofs () const; template <> unsigned int DoFHandler<2>::max_couplings_between_boundary_dofs () const; template <> unsigned int DoFHandler<3>::max_couplings_between_dofs () const; +template <> unsigned int DoFHandler<3>::max_couplings_between_boundary_dofs () const; template <> DoFHandler<1>::raw_cell_iterator DoFHandler<1>::begin_raw (const unsigned int level) const; template <> DoFHandler<1>::cell_iterator DoFHandler<1>::begin (const unsigned int level) const; -- 2.39.5