From: David Wells Date: Thu, 17 Aug 2017 23:12:58 +0000 (-0400) Subject: Avoid mentioning a deprecated function in the docs. X-Git-Tag: v9.0.0-rc1~1201^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa3da4b3bee4c8a51113d316d335e6b01c50e430;p=dealii.git Avoid mentioning a deprecated function in the docs. --- 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. *