summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2017-07-07 18:31:43 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2017-07-07 18:31:43 (GMT)
commitbd79a782b42f8f689e223e8e34c6f788dc7dd0c4 (patch)
tree45732413c6badb957b6a38a95bf2f9a23fd0c823 /src/H5Ppublic.h
parent104047e13b2a1b726af3a907caef947d359fa34a (diff)
downloadhdf5-bd79a782b42f8f689e223e8e34c6f788dc7dd0c4.zip
hdf5-bd79a782b42f8f689e223e8e34c6f788dc7dd0c4.tar.gz
hdf5-bd79a782b42f8f689e223e8e34c6f788dc7dd0c4.tar.bz2
Suggested changes from code review
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 55b3877..854b1ef 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -166,7 +166,7 @@ typedef enum H5D_mpio_no_collective_cause_t {
H5D_MPIO_MPI_OPT_TYPES_ENV_VAR_DISABLED = 0x08,
H5D_MPIO_NOT_SIMPLE_OR_SCALAR_DATASPACES = 0x10,
H5D_MPIO_NOT_CONTIGUOUS_OR_CHUNKED_DATASET = 0x20,
- H5D_MPIO_FILTERS = 0x40
+ H5D_MPIO_NO_COLLECTIVE_MAX_CAUSE = 0x40
} H5D_mpio_no_collective_cause_t;
/********************/