From: Wolfgang Bangerth Date: Tue, 22 May 2001 17:43:40 +0000 (+0000) Subject: Forgot one explicit specialization. X-Git-Tag: v8.0.0~19092 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac5fb79364d99969b9ea4c4ba37936e193572b2;p=dealii.git Forgot one explicit specialization. git-svn-id: https://svn.dealii.org/trunk@4702 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;