From: Wolfgang Bangerth Date: Mon, 8 Jul 2024 18:05:48 +0000 (-0600) Subject: Add missing deprecation. X-Git-Tag: v9.6.0-rc1~118^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17228%2Fhead;p=dealii.git Add missing deprecation. --- diff --git a/include/deal.II/lac/petsc_ts.h b/include/deal.II/lac/petsc_ts.h index 538fd7e596..91428c38a2 100644 --- a/include/deal.II/lac/petsc_ts.h +++ b/include/deal.II/lac/petsc_ts.h @@ -591,7 +591,7 @@ namespace PETScWrappers std::function algebraic_components; /** - * This callback is equivalent to `update_constrained_components`, but is + * @deprecated This callback is equivalent to `update_constrained_components`, but is * deprecated. Use `update_constrained_components` instead. */ DEAL_II_DEPRECATED_EARLY @@ -614,12 +614,13 @@ namespace PETScWrappers update_constrained_components; /** - * This callback is equivalent to `decide_and_prepare_for_remeshing` + * @deprecated This callback is equivalent to `decide_and_prepare_for_remeshing` * except that it returns the decision whether or not to stop * operations via the last reference argument of the function * object instead of a plain return value. This callback is * deprecated. Use `decide_and_prepare_for_remeshing` instead. */ + DEAL_II_DEPRECATED_EARLY std::function