From 70bc6af59f35ce62710232b19761b72c7f928954 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 10 May 2007 20:37:34 +0000 Subject: [PATCH] test/H5BlockTestAttributes.c - include mpi.h removed if PARRALLEL_IO - typedef MPI_Comm removed if not PARALLEL_IO --- test/H5BlockTestAttributes.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/H5BlockTestAttributes.c b/test/H5BlockTestAttributes.c index dc7b60c..3483fe1 100644 --- a/test/H5BlockTestAttributes.c +++ b/test/H5BlockTestAttributes.c @@ -4,10 +4,7 @@ #include "H5Part.h" #include "H5Block.h" #include "H5BlockTypes.h" -#ifdef PARALLEL_IO -#include -#else -typedef int MPI_Comm; +#ifndef PARALLEL_IO #ifndef MPI_COMM_WORLD #define MPI_COMM_WORLD 0 #endif