From: Guido Kanschat Date: Wed, 28 Sep 2011 15:54:32 +0000 (+0000) Subject: make this compile again without MPI X-Git-Tag: v8.0.0~3355 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3782b4a6c1b0f0cb1da97f1c777feab0c23671a0;p=dealii.git make this compile again without MPI git-svn-id: https://svn.dealii.org/trunk@24457 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/timer.h b/deal.II/include/deal.II/base/timer.h index 2110f3836b..cc9b94d02f 100644 --- a/deal.II/include/deal.II/base/timer.h +++ b/deal.II/include/deal.II/base/timer.h @@ -233,7 +233,6 @@ class Timer */ MPI_Comm mpi_communicator; -#ifdef DEAL_II_COMPILER_SUPPORTS_MPI /** * Store whether the wall time is * synchronized between machines. @@ -250,7 +249,6 @@ class Timer * of MPI processes in the MPI_Comm. */ Utilities::System::MinMaxAvg mpi_data; -#endif };