From 7ffefaa889ba70a95b240ce05cb45396e49b42c6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 22 Sep 2010 11:22:50 +0000 Subject: [PATCH] Remove questionable statement. git-svn-id: https://svn.dealii.org/trunk@22118 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/timer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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

-- 2.39.5