summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-06 01:34:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-06 01:34:37 (GMT)
commitf0d1a03aa18843b8260c234cd535978a2145941e (patch)
treef374735b3ad301df210890fa3c2a74c0e0e63d94 /src/H5FDmpio.h
parent32e6c3dcae77e67f8649d61ece4be3c203b7f497 (diff)
downloadhdf5-f0d1a03aa18843b8260c234cd535978a2145941e.zip
hdf5-f0d1a03aa18843b8260c234cd535978a2145941e.tar.gz
hdf5-f0d1a03aa18843b8260c234cd535978a2145941e.tar.bz2
Brings the rest of the header changes from develop
Diffstat (limited to 'src/H5FDmpio.h')
-rw-r--r--src/H5FDmpio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h
index 791ab2a..79b52c7 100644
--- a/src/H5FDmpio.h
+++ b/src/H5FDmpio.h
@@ -12,7 +12,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke <matzke@llnl.gov>
+ * Programmer: Robb Matzke
* Monday, August 2, 1999
*
* Purpose: The public header file for the mpio driver.
@@ -25,7 +25,7 @@
#ifdef H5_HAVE_PARALLEL
#define H5FD_MPIO (H5FD_mpio_init())
#else
-#define H5FD_MPIO (-1)
+#define H5FD_MPIO (H5I_INVALID_HID)
#endif /* H5_HAVE_PARALLEL */
#ifdef H5_HAVE_PARALLEL