From: Wolfgang Bangerth Date: Fri, 26 Aug 2005 15:12:58 +0000 (+0000) Subject: Fix name of function. X-Git-Tag: v8.0.0~13250 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd93552bb9039bf57e3bbd77182573611caeef99;p=dealii.git Fix name of function. git-svn-id: https://svn.dealii.org/trunk@11337 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. *