From: Jonathan Robey Date: Sat, 6 Aug 2016 22:39:42 +0000 (-0700) Subject: Adjust documentation for MGConstrainedDoFs::initialize() deprecation X-Git-Tag: v8.5.0-rc1~796^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2924%2Fhead;p=dealii.git Adjust documentation for MGConstrainedDoFs::initialize() deprecation --- 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,