From 24fa1674236cc7bfa6102e92c7ae25b412b54c4c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 30 Oct 2007 20:21:31 +0000 Subject: [PATCH] Link to tutorial programs where the Timer class is used. git-svn-id: https://svn.dealii.org/trunk@15396 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/timer.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/timer.h b/deal.II/base/include/base/timer.h index c904cf1676..654f31066a 100644 --- a/deal.II/base/include/base/timer.h +++ b/deal.II/base/include/base/timer.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -46,7 +46,8 @@ 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. + * accumulated. The usage of this class is also explained in the + * @ref step_12 "step-12" and @ref step_29 "step-29" tutorial programs. * * @note Implementation of this class is system * dependent. Unfortunately, it does not work with multithreading -- 2.39.5