From c9a46e77bae8c86994de96bc6b7a9335e2f4d13c Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 24 Aug 2011 18:31:08 +0000 Subject: [PATCH] fix comment git-svn-id: https://svn.dealii.org/trunk@24182 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/timer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/base/timer.h b/deal.II/include/deal.II/base/timer.h index ecfe1a92fc..6272482d75 100644 --- a/deal.II/include/deal.II/base/timer.h +++ b/deal.II/include/deal.II/base/timer.h @@ -508,8 +508,7 @@ class TimerOutput #ifdef DEAL_II_COMPILER_SUPPORTS_MPI /** - * Store whether the timer is presently - * running. + * mpi communicator */ MPI_Comm mpi_communicator; #endif -- 2.39.5