From fa3da4b3bee4c8a51113d316d335e6b01c50e430 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 17 Aug 2017 19:12:58 -0400 Subject: [PATCH] Avoid mentioning a deprecated function in the docs. --- include/deal.II/base/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/timer.h b/include/deal.II/base/timer.h index 6a6c671b70..eee3a667d2 100644 --- a/include/deal.II/base/timer.h +++ b/include/deal.II/base/timer.h @@ -80,7 +80,7 @@ public: /** * Constructor that takes an MPI communicator as input. A timer constructed * this way will sum up the CPU times over all processors in the MPI network - * when requested by the operator (). + * when requested by Timer::cpu_time(). * * Starts the timer at 0 sec. * -- 2.39.5