]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change #if to #ifdef
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Dec 2012 23:13:06 +0000 (23:13 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Dec 2012 23:13:06 +0000 (23:13 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27746 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_tools.cc

index 3da88bf1b2bcb7574a6e5bae2e225c25b7f00f81..7a201f2065bad250ef248f03db13540a715b5dc7 100644 (file)
@@ -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<DH::dimension,DH::space_dimension> *tria

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.