diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2001-10-24 18:02:27 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2001-10-24 18:02:27 (GMT) |
commit | b6da4ea427fabe5b1440586dd53667f77809854d (patch) | |
tree | 066464a0bf2aca1cabcfed4bf1146fffd7b0182e /c++ | |
parent | aef98c3b6f57b1aecea21c44f8c5968d5cfb53c7 (diff) | |
download | hdf5-b6da4ea427fabe5b1440586dd53667f77809854d.zip hdf5-b6da4ea427fabe5b1440586dd53667f77809854d.tar.gz hdf5-b6da4ea427fabe5b1440586dd53667f77809854d.tar.bz2 |
[svn-r4569]
Purpose:
Generic Property List Change
Description:
Changed file access list to the new generic list.
Platforms tested:
IRIX64, SunOS5.7, FreeBSD
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5PropList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5PropList.cpp b/c++/src/H5PropList.cpp index 42d0c29..907791a 100644 --- a/c++/src/H5PropList.cpp +++ b/c++/src/H5PropList.cpp @@ -31,7 +31,6 @@ Description: PropList::PropList( const hid_t plist_id ) : IdComponent(0) { if (H5I_GENPROP_CLS == H5Iget_type(plist_id) - || plist_id==H5P_FILE_ACCESS || plist_id==H5P_MOUNT) { // call C routine to create the new property id = H5Pcreate(plist_id); |