From: Wolfgang Bangerth Date: Mon, 14 Feb 2000 08:39:33 +0000 (+0000) Subject: Small doc update. X-Git-Tag: v8.0.0~20963 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbcec8b30fa327a54b010d917e81a4acd75eff3;p=dealii.git Small doc update. git-svn-id: https://svn.dealii.org/trunk@2397 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;