From 7cc45a549108ddccf752be69031ba5b2728af532 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Sat, 21 Feb 2009 16:35:39 +0000 Subject: [PATCH] Add one instantiation of make_zero_boundary_constraints. git-svn-id: https://svn.dealii.org/trunk@18404 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5