From 5a16e108897bdfecc5a79864890050374aada9be Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 8 Jul 2024 12:05:48 -0600 Subject: [PATCH] Add missing deprecation. --- include/deal.II/lac/petsc_ts.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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