summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-05-12 17:32:45 (GMT)
committerGitHub <noreply@github.com>2021-05-12 17:32:45 (GMT)
commit668f49d6132b5a0cdcb03e31d165bd9bf9375fe0 (patch)
tree7fe912af923d106ee6f80dba07a33e77f783b1a2 /c++
parenteb54ae3abe2f608d37216fcffd664fbfca0bfecc (diff)
parent13df301e774059e63992a08cacb1ff444fd3aa70 (diff)
downloadhdf5-668f49d6132b5a0cdcb03e31d165bd9bf9375fe0.zip
hdf5-668f49d6132b5a0cdcb03e31d165bd9bf9375fe0.tar.gz
hdf5-668f49d6132b5a0cdcb03e31d165bd9bf9375fe0.tar.bz2
Merge pull request #641 from derobins/vfd_swmr/thg_standards
Brings more things from develop
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5PropList.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5PropList.cpp b/c++/src/H5PropList.cpp
index 3df403b..8b45f79 100644
--- a/c++/src/H5PropList.cpp
+++ b/c++/src/H5PropList.cpp
@@ -154,6 +154,7 @@ PropList::PropList(const hid_t plist_id) : IdComponent()
case H5I_UNINIT:
case H5I_MAP:
case H5I_SPACE_SEL_ITER:
+ case H5I_EVENTSET:
default:
id = H5P_DEFAULT;
break;