From: Peter Munch Date: Fri, 12 Mar 2021 10:43:49 +0000 (+0100) Subject: Remove outdated comment of DoFCellAccessor::get_dof_indices() X-Git-Tag: v9.3.0-rc1~338^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07625013d3bfb8920bc2e974038356a264fd54de;p=dealii.git Remove outdated comment of DoFCellAccessor::get_dof_indices() --- diff --git a/include/deal.II/dofs/dof_accessor.h b/include/deal.II/dofs/dof_accessor.h index 33dd27d460..c3b39e4212 100644 --- a/include/deal.II/dofs/dof_accessor.h +++ b/include/deal.II/dofs/dof_accessor.h @@ -1864,10 +1864,6 @@ public: * fe.n_dofs_per_cell()) but instead that the returned values are * the global indices of those degrees of freedom that are located * locally on the current cell. - * - * @deprecated Currently, this function can also be called for non-active - * cells, if all degrees of freedom of the FiniteElement are located in - * vertices. This functionality will vanish in a future release. */ void get_dof_indices(std::vector &dof_indices) const;