From: wolf Date: Tue, 22 May 2001 17:43:40 +0000 (+0000) Subject: Forgot one explicit specialization. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f02fbdbf24c4a7baa8712ff5e93db870601ae1;p=dealii-svn.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;