diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2008-12-02 21:35:03 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2008-12-02 21:35:03 (GMT) |
commit | 167e429e8d8bf0aaf04c9cfd250db6fe5225bbc8 (patch) | |
tree | 54a06ca84e3c776107f05fd2b15c256bdc0b7e90 | |
parent | 7907605bec0e821a04181d20a03a79163bf5b063 (diff) | |
download | hdf5-167e429e8d8bf0aaf04c9cfd250db6fe5225bbc8.zip hdf5-167e429e8d8bf0aaf04c9cfd250db6fe5225bbc8.tar.gz hdf5-167e429e8d8bf0aaf04c9cfd250db6fe5225bbc8.tar.bz2 |
[svn-r16154] Description:
H5Pset_szip
Remove note regarding "Filter Behavior in HDF5."
(Commented out, not actually deleted.)
This note was previously removed in the 1.8 branch
and the trunk, but overlooked at the time in 1.6.
Tested: Firefox
-rw-r--r-- | doc/html/RM_H5P.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 542f5d5..c384919 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -9920,6 +9920,7 @@ END SUBROUTINE h5pset_sym_k_f <dd>Returns a non-negative value if successful; otherwise returns a negative value. <p> +<!-- <dt><strong>Notes on Filter Behavior in HDF5:</strong> <dd>SZIP is an optional filter in HDF5 and can therefore be set for HDF5 datasets even though it is not available at the moment. @@ -9977,6 +9978,7 @@ END SUBROUTINE h5pset_sym_k_f HDF5 optional filters insofar as HDF5 does as much as possible to complete an operation when a optional filter is unavailable. <p> +--> <dt><strong>Notes for Users Familiar with SZIP in Other Contexts:</strong> <dd>The following notes are of interest primarily to those who have used SZIP compression outside of the HDF5 context. |