From: bangerth Date: Sat, 5 Nov 2011 19:40:39 +0000 (+0000) Subject: Fix references to tutorial programs. step-12 doesn't use the Timer class any more. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f3614c4e1347697d046713c84b01db6ca893d77;p=dealii-svn.git Fix references to tutorial programs. step-12 doesn't use the Timer class any more. git-svn-id: https://svn.dealii.org/trunk@24723 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/timer.h b/deal.II/include/deal.II/base/timer.h index 2110f3836b..7f43b6408a 100644 --- a/deal.II/include/deal.II/base/timer.h +++ b/deal.II/include/deal.II/base/timer.h @@ -59,7 +59,7 @@ DEAL_II_NAMESPACE_OPEN * Alternatively, you can also restart the timer instead of resetting * it. The times between successive calls to start() / stop() will then be * accumulated. The usage of this class is also explained in the - * step-12 and step-29 tutorial programs. + * step-28, step-29 and step-30 tutorial programs. * * @note Implementation of this class is system dependent. In case * multithreaded routines (matrix-vector products, error estimators, etc.) are