summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DcreatProp.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-02-04 19:36:12 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-02-04 19:36:12 (GMT)
commit78fb916259dad96f1252a99a47c5b576be17a951 (patch)
tree48d0f14af81a11733b157c20ed186ff4d775a2d8 /c++/src/H5DcreatProp.h
parent517643f146678574693ee13a4857d55c1893f02b (diff)
downloadhdf5-78fb916259dad96f1252a99a47c5b576be17a951.zip
hdf5-78fb916259dad96f1252a99a47c5b576be17a951.tar.gz
hdf5-78fb916259dad96f1252a99a47c5b576be17a951.tar.bz2
[svn-r8149]
Purpose: replaced name of delete filter with remove filter for the new function H5Premove_filter Description: Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'c++/src/H5DcreatProp.h')
-rw-r--r--c++/src/H5DcreatProp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h
index 3ef647f..55570c9 100644
--- a/c++/src/H5DcreatProp.h
+++ b/c++/src/H5DcreatProp.h
@@ -58,7 +58,7 @@ class H5_DLLCPP DSetCreatPropList : public PropList {
void setFilter( H5Z_filter_t filter, unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[] ) const;
// Remove one or all filters from the filter pipeline
- void deleteFilter( H5Z_filter_t filter) const;
+ void removeFilter( H5Z_filter_t filter) const;
// Returns the number of filters in the pipeline
int getNfilters() const;