diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-07-01 15:46:25 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-07-01 15:46:25 (GMT) |
commit | 444fabea91b68933ab938a9db31731cb23c0cd46 (patch) | |
tree | e971121056130c4b0bc0f9820582d6750856eae8 | |
parent | 1eb32020ef48f03755f122a0e1da16620d24a73a (diff) | |
download | hdf5-444fabea91b68933ab938a9db31731cb23c0cd46.zip hdf5-444fabea91b68933ab938a9db31731cb23c0cd46.tar.gz hdf5-444fabea91b68933ab938a9db31731cb23c0cd46.tar.bz2 |
[svn-r7132]
Purpose:
Update h5pset_szip_f options mask.
Description:
h5pset_szip_f: Updated list of valid szip option values.
Deleted 2, added 3 and notation "or the sum of any combination".
Added example and note regarding mutually-exclusive options.
Platforms tested:
IE 5
-rw-r--r-- | doc/html/fortran/h5p_FORTRAN.html | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/html/fortran/h5p_FORTRAN.html b/doc/html/fortran/h5p_FORTRAN.html index b9ca74d..25d70a5 100644 --- a/doc/html/fortran/h5p_FORTRAN.html +++ b/doc/html/fortran/h5p_FORTRAN.html @@ -2578,12 +2578,19 @@ FORTRAN Property List API -- h5p INTEGER(HID_T), INTENT(IN) :: prp_id ! Dataset creation property ! list identifier INTEGER, INTENT(IN) :: options_mask ! A bit-mask conveying the - ! desired szip options - ! Current possible values - ! in Fortran: - ! H5_SZIP_RAW_OM_F + ! 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 - ! H5_SZIP_RAWORNN_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 INTEGER, INTENT(OUT) :: hdferr ! Error code @@ -2730,7 +2737,7 @@ FORTRAN Property List API -- h5p Describes HDF5 Release 1.5, Unreleased Development Branch </address><!-- #EndLibraryItem --> -Last modified: 6 June 2003 +Last modified: 1 July 2003 </body> </html> |