From bd93552bb9039bf57e3bbd77182573611caeef99 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 26 Aug 2005 15:12:58 +0000 Subject: [PATCH] Fix name of function. git-svn-id: https://svn.dealii.org/trunk@11337 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/time_dependent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/time_dependent.h b/deal.II/deal.II/include/numerics/time_dependent.h index b67dbbb0af..cbaa190fe2 100644 --- a/deal.II/deal.II/include/numerics/time_dependent.h +++ b/deal.II/deal.II/include/numerics/time_dependent.h @@ -619,7 +619,7 @@ class TimeDependent * deleted) and transmit the number of * the present sweep to these objects. * - * It also calls the @p init_for_sweep + * It also calls the @p start_sweep * function of each time step object, * after the numbers above are set. * -- 2.39.5