diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-09-22 13:46:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 13:46:19 (GMT) |
commit | e64c946e14d752f22a29723b1819301b782fe205 (patch) | |
tree | 099cd937e52ee904803910132f3ba4c5201f71a6 /c++ | |
parent | d920a45413fc55079d0c829b35bfb9794ae8fe55 (diff) | |
download | hdf5-e64c946e14d752f22a29723b1819301b782fe205.zip hdf5-e64c946e14d752f22a29723b1819301b782fe205.tar.gz hdf5-e64c946e14d752f22a29723b1819301b782fe205.tar.bz2 |
Correct comments about H5Z_FILTER_NONE (#3572)
Diffstat (limited to 'c++')
-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 3d0193d..8b199a8 100644 --- a/c++/src/H5DcreatProp.cpp +++ b/c++/src/H5DcreatProp.cpp @@ -368,7 +368,7 @@ DSetCreatPropList::setFilter(H5Z_filter_t filter_id, unsigned int flags, size_t ///\exception H5::PropListIException ///\par Description /// Deletes a filter from the dataset creation property list; -/// deletes all filters if \a filter_id is \c H5Z_FILTER_NONE. +/// deletes all filters if \a filter_id is \c H5Z_FILTER_ALL. //-------------------------------------------------------------------------- void DSetCreatPropList::removeFilter(H5Z_filter_t filter_id) const |