From 07625013d3bfb8920bc2e974038356a264fd54de Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Fri, 12 Mar 2021 11:43:49 +0100 Subject: [PATCH] Remove outdated comment of DoFCellAccessor::get_dof_indices() --- include/deal.II/dofs/dof_accessor.h | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.39.5