From: Wolfgang Bangerth Date: Fri, 27 Jan 2023 20:11:50 +0000 (-0700) Subject: Deprecate a fill function. X-Git-Tag: v9.5.0-rc1~592^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4153469fb8ba8adca7278a38b1b0b8e94b57e2e;p=dealii.git Deprecate a fill function. --- diff --git a/include/deal.II/base/index_set.h b/include/deal.II/base/index_set.h index a0084d30ef..e50f58439e 100644 --- a/include/deal.II/base/index_set.h +++ b/include/deal.II/base/index_set.h @@ -402,6 +402,7 @@ public: * This function is equivalent to calling get_index_vector() and * assigning the result to the @p indices argument. */ + DEAL_II_DEPRECATED_EARLY void fill_index_vector(std::vector &indices) const;