From 0dcf56551596a98102facf1fcb32e942c89a79df Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 29 Sep 2011 10:20:02 +0000 Subject: [PATCH] Undo r24457 since without MPI those sections are neither initialized nor needed and hence unnecessary. git-svn-id: https://svn.dealii.org/trunk@24463 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/timer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/include/deal.II/base/timer.h b/deal.II/include/deal.II/base/timer.h index cc9b94d02f..2110f3836b 100644 --- a/deal.II/include/deal.II/base/timer.h +++ b/deal.II/include/deal.II/base/timer.h @@ -233,6 +233,7 @@ class Timer */ MPI_Comm mpi_communicator; +#ifdef DEAL_II_COMPILER_SUPPORTS_MPI /** * Store whether the wall time is * synchronized between machines. @@ -249,6 +250,7 @@ class Timer * of MPI processes in the MPI_Comm. */ Utilities::System::MinMaxAvg mpi_data; +#endif }; -- 2.39.5