From: bangerth Date: Wed, 22 Sep 2010 11:22:50 +0000 (+0000) Subject: Remove questionable statement. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ffefaa889ba70a95b240ce05cb45396e49b42c6;p=dealii-svn.git Remove questionable statement. git-svn-id: https://svn.dealii.org/trunk@22118 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/timer.h b/deal.II/base/include/base/timer.h index 7253986ab3..c458b49988 100644 --- a/deal.II/base/include/base/timer.h +++ b/deal.II/base/include/base/timer.h @@ -33,8 +33,7 @@ DEAL_II_NAMESPACE_OPEN * CPU time and the wallclock time elapsed since the timer was started * last time. Information is retrieved from the system on the basis of * clock cycles since last time the computer was booted for the CPU - * time. On a SUN workstation, this information is exact to about a - * microsecond. + * time. * * *

Usage