diff options
Diffstat (limited to 'doc')
-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> |