From: Timo Heister Date: Tue, 20 Oct 2015 21:40:06 +0000 (-0400) Subject: add deprecation comment X-Git-Tag: v8.4.0-rc2~277^2~13 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f20fe64f3476f2319022b5e412580a736284d0;p=dealii.git add deprecation comment --- diff --git a/include/deal.II/multigrid/mg_constrained_dofs.h b/include/deal.II/multigrid/mg_constrained_dofs.h index e05b24599a..3dddfd03d8 100644 --- a/include/deal.II/multigrid/mg_constrained_dofs.h +++ b/include/deal.II/multigrid/mg_constrained_dofs.h @@ -87,6 +87,8 @@ public: /** * Return the indices of dofs for each level that are subject to boundary * constraints. + * + * @deprecated: use get_boundary_indices(const unsigned int) instead. */ const std::vector > & get_boundary_indices () const DEAL_II_DEPRECATED;