From cfbcec8b30fa327a54b010d917e81a4acd75eff3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Feb 2000 08:39:33 +0000 Subject: [PATCH] Small doc update. git-svn-id: https://svn.dealii.org/trunk@2397 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/timer.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/deal.II/base/include/base/timer.h b/deal.II/base/include/base/timer.h index cc02a0c63f..be5c19aab2 100644 --- a/deal.II/base/include/base/timer.h +++ b/deal.II/base/include/base/timer.h @@ -37,7 +37,7 @@ * it. The times between successive calls to #start/stop# will then be * accumulated. * - * Note: the implementation of this class is system dependant. + * Note: the implementation of this class is system dependent. * * @author G. Kanschat, W. Bangerth */ @@ -75,13 +75,6 @@ class Timer * measurement. The elapsed time * is returned in units of * seconds. - * - * A regular call to this - * function serves to avoid time - * overflow (which is now nearly - * every 30 minutes on UNIX - * machines) in long-time - * measurements. */ double operator() () const; -- 2.39.5