diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2001-11-02 19:45:25 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2001-11-02 19:45:25 (GMT) |
commit | ec59e5f52aa06ed8267f8df2281f322fb6b9ed78 (patch) | |
tree | 578e1aeebad4df72c1b7e708c6f1358f848e97aa /c++/src/H5DcreatProp.cpp | |
parent | 651c4b1064a0b4a709a2ed4219840cf50ed88eea (diff) | |
download | hdf5-ec59e5f52aa06ed8267f8df2281f322fb6b9ed78.zip hdf5-ec59e5f52aa06ed8267f8df2281f322fb6b9ed78.tar.gz hdf5-ec59e5f52aa06ed8267f8df2281f322fb6b9ed78.tar.bz2 |
[svn-r4583]
Purpose:
Switch from old property list to new generic property list.
Description:
Changed C++ according to the new generic property list.
Platforms tested:
FreeBSD, SunOS 5.7.
Diffstat (limited to 'c++/src/H5DcreatProp.cpp')
-rw-r--r-- | c++/src/H5DcreatProp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DcreatProp.cpp b/c++/src/H5DcreatProp.cpp index ec5a10a..4f3d2e4 100644 --- a/c++/src/H5DcreatProp.cpp +++ b/c++/src/H5DcreatProp.cpp @@ -13,7 +13,7 @@ namespace H5 { #endif -const DSetCreatPropList DSetCreatPropList::DEFAULT( H5P_NO_CLASS ); +const DSetCreatPropList DSetCreatPropList::DEFAULT( H5P_DEFAULT ); // Copy constructor: makes a copy of the original DSetCreatPropList object; DSetCreatPropList::DSetCreatPropList( const DSetCreatPropList& orig ) : PropList( orig ) {} |