From 444fabea91b68933ab938a9db31731cb23c0cd46 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Tue, 1 Jul 2003 10:46:25 -0500 Subject: [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 --- doc/html/fortran/h5p_FORTRAN.html | 19 +++++++++++++------ 1 file 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 -Last modified: 6 June 2003 +Last modified: 1 July 2003 -- cgit v0.12