From: Matthias Maier Date: Mon, 3 Dec 2012 23:13:06 +0000 (+0000) Subject: Change #if to #ifdef X-Git-Tag: v8.0.0~1079^2~226 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7dbfc9c66299ec016133f90d1e799e2fcd5843e;p=dealii.git Change #if to #ifdef git-svn-id: https://svn.dealii.org/branches/branch_cmake@27746 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_tools.cc b/deal.II/source/dofs/dof_tools.cc index 3da88bf1b2..7a201f2065 100644 --- a/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/source/dofs/dof_tools.cc @@ -4562,7 +4562,7 @@ namespace DoFTools block); #ifdef DEAL_II_USE_P4EST -#if DEAL_II_COMPILER_SUPPORTS_MPI +#ifdef DEAL_II_COMPILER_SUPPORTS_MPI // if we are working on a parallel mesh, we now need to collect // this information from all processors if (const parallel::distributed::Triangulation *tria