From 87a174a17b40f7cb0b1df3cef28989b92b74af61 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 21 Aug 2008 14:22:14 +0000 Subject: [PATCH] Fix condition for MPI use. git-svn-id: https://svn.dealii.org/trunk@16622 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/utilities.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/source/utilities.cc b/deal.II/base/source/utilities.cc index d6aef3d733..23076cd993 100644 --- a/deal.II/base/source/utilities.cc +++ b/deal.II/base/source/utilities.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -396,7 +396,7 @@ namespace Utilities } -#ifdef DEAL_II_USE_PETSC +#ifdef DEAL_II_COMPILER_SUPPORTS_MPI // Unfortunately, we have to work // around an oddity in the way PETSc // and some gcc versions interact. If -- 2.39.5