diff --git a/include/nc4internal.h b/include/nc4internal.h index 2833e0c5a1..86cb223fe1 100644 --- a/include/nc4internal.h +++ b/include/nc4internal.h @@ -288,7 +288,7 @@ typedef struct NC_FILE_INFO { NC_OBJ hdr; NC *controller; /**< Pointer to containing NC. */ -#ifdef USE_PARALLEL4 +#ifdef USE_PARALLEL MPI_Comm comm; /**< Copy of MPI Communicator used to open the file. */ MPI_Info info; /**< Copy of MPI Information Object used to open the file. */ #endif