From 05eb7b7a848f94061f15736963fce1e9ee1ee6fd Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 15 Oct 2001 14:35:20 -0500 Subject: [svn-r4542] Purpose: Changed to the new generic property list. Description: Took out H5P_FILE_CREATE from constructor definition. --- c++/src/H5PropList.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/c++/src/H5PropList.cpp b/c++/src/H5PropList.cpp index 3982288..42d0c29 100644 --- a/c++/src/H5PropList.cpp +++ b/c++/src/H5PropList.cpp @@ -31,9 +31,7 @@ Description: PropList::PropList( const hid_t plist_id ) : IdComponent(0) { if (H5I_GENPROP_CLS == H5Iget_type(plist_id) - || plist_id==H5P_FILE_CREATE || plist_id==H5P_FILE_ACCESS - || plist_id==H5P_DATASET_CREATE || plist_id==H5P_MOUNT) { // call C routine to create the new property id = H5Pcreate(plist_id); -- cgit v0.12