From ad987ef7d5b435ac35360a8aeb9ad2263023263f Mon Sep 17 00:00:00 2001 From: Jonathan Robey Date: Sat, 6 Aug 2016 15:39:42 -0700 Subject: [PATCH] Adjust documentation for MGConstrainedDoFs::initialize() deprecation --- include/deal.II/multigrid/mg_constrained_dofs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/multigrid/mg_constrained_dofs.h b/include/deal.II/multigrid/mg_constrained_dofs.h index 68103f605a..9ad5afe571 100644 --- a/include/deal.II/multigrid/mg_constrained_dofs.h +++ b/include/deal.II/multigrid/mg_constrained_dofs.h @@ -62,7 +62,7 @@ public: * constrains degrees on the external boundary of the domain by calling * MGTools::make_boundary_list() with the given second and third argument. * - * @deprecated Use initialize() followed by set_zero_boundary_dofs() instead + * @deprecated Use initialize() followed by make_zero_boundary_constraints() instead */ template void initialize(const DoFHandler &dof, -- 2.39.5