From 64e68cc66302cf0e113625a30cd1fff0465f2b1c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 30 Jun 2024 21:25:37 -0600 Subject: [PATCH] Adjust a test. --- tests/petsc/petsc_ts_03.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/petsc/petsc_ts_03.cc b/tests/petsc/petsc_ts_03.cc index 402f6cdef3..774cbf4d2b 100644 --- a/tests/petsc/petsc_ts_03.cc +++ b/tests/petsc/petsc_ts_03.cc @@ -172,7 +172,8 @@ public: // This callback is invoked after a successful stage. // Here we only print that the callback is invoked. - time_stepper.distribute = [&](const real_type t, VectorType &) -> void { + time_stepper.update_constrained_components = [&](const real_type t, + VectorType &) -> void { deallog << "Distribute at time " << t << std::endl; }; -- 2.39.5