diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-03 02:39:24 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-03 02:39:24 (GMT) |
commit | 3a6668b2f948d266bf7c99d641c331ff09021ceb (patch) | |
tree | 3f65c3449d328d82b37fbe458bcb033d5ac3c26f /doc | |
parent | 0f7e7766509bdf92eda32e08f50dc8197a231710 (diff) | |
download | hdf5-3a6668b2f948d266bf7c99d641c331ff09021ceb.zip hdf5-3a6668b2f948d266bf7c99d641c331ff09021ceb.tar.gz hdf5-3a6668b2f948d266bf7c99d641c331ff09021ceb.tar.bz2 |
[svn-r8799]
Purpose: Maintenance
Description: H5_SZIP_CHIP_OPTION_MASK was deleted from the list
of the available parameters for the H5Pset_szip function.
Solution: Updated Fortran source, tests and documentation
to reflect this change.
Platforms tested: arabica (too small for h5committest)
Misc. update:
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/RM_H5P.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 9897793..a872178 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -9162,15 +9162,8 @@ SUBROUTINE h5pset_szip_f(prp_id, hdferr) ! A bit-mask conveying the desired ! SZIP options ! Current valid values in Fortran are: - ! H5_SZIP_AK13_OM_F - ! H5_SZIP_CHIP_OM_F ! H5_SZIP_EC_OM_F ! H5_SZIP_NN_OM_F - ! Or the sum of any combination - ! of the above, e.g., - ! (H5_SZIP_AK13_OM_F + H5_SZIP_NN_OM_F) - ! Check C reference manual regarding - ! mutually-exclusive options INTEGER, INTENT(IN) :: pixels_per_block ! The number of pixels or data elements ! in each data block |