diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2001-10-03 17:55:22 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2001-10-03 17:55:22 (GMT) |
commit | 7666ce56d350ee6e65af4736ae3455916a86aadd (patch) | |
tree | f4bfaa051ec7a32b5d9fe575316f78f9abb1131a | |
parent | 3a5775730692aee12252f9bd636f2d63f6c80296 (diff) | |
download | hdf5-7666ce56d350ee6e65af4736ae3455916a86aadd.zip hdf5-7666ce56d350ee6e65af4736ae3455916a86aadd.tar.gz hdf5-7666ce56d350ee6e65af4736ae3455916a86aadd.tar.bz2 |
[svn-r4516]
Purpose:
Changed to the new generic property list
Platforms tested:
Arabica and Hawkwind
-rw-r--r-- | c++/src/H5DcreatProp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h index dcf52b3..c469326 100644 --- a/c++/src/H5DcreatProp.h +++ b/c++/src/H5DcreatProp.h @@ -11,7 +11,7 @@ class DSetCreatPropList : public PropList { static const DSetCreatPropList DEFAULT; // Creates a dataset creation property list - DSetCreatPropList() : PropList( H5P_DATASET_CREATE ) {} + DSetCreatPropList() : PropList( H5P_DATASET_CREATE) {} // Copy constructor: creates a copy of a DSetCreatPropList object; // often used by the compiler when passing by value occurs. |