mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r4516]
Purpose: Changed to the new generic property list Platforms tested: Arabica and Hawkwind
This commit is contained in:
parent
3a57757306
commit
7666ce56d3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user