From: Martin Kronbichler Date: Sat, 21 Feb 2009 16:35:39 +0000 (+0000) Subject: Add one instantiation of make_zero_boundary_constraints. X-Git-Tag: v8.0.0~8030 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86f5fe7c28f20e03b9076a2308a736c49693d5e9;p=dealii.git Add one instantiation of make_zero_boundary_constraints. git-svn-id: https://svn.dealii.org/trunk@18404 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 3be0a1b22c..408f0e96ea 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -5979,6 +5979,13 @@ DoFTools::make_zero_boundary_constraints ConstraintMatrix &, const std::vector &); +template +void +DoFTools::make_zero_boundary_constraints +(const hp::DoFHandler &, + ConstraintMatrix &, + const std::vector &); + #if deal_II_dimension < 3 template void