diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-10-24 21:10:13 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-10-24 21:10:13 (GMT) |
commit | f2205620fe5e868becb8cc8a94a0f5a399ff4f14 (patch) | |
tree | 5c525ca55b7ca3dbb5e40f9e9063907ccc5369d3 /doc/html/RM_H5Z.html | |
parent | a6f5c742baa543ab242e0987e3ca3c7353700514 (diff) | |
download | hdf5-f2205620fe5e868becb8cc8a94a0f5a399ff4f14.zip hdf5-f2205620fe5e868becb8cc8a94a0f5a399ff4f14.tar.gz hdf5-f2205620fe5e868becb8cc8a94a0f5a399ff4f14.tar.bz2 |
[svn-r7729]
Purpose:
Editing within Fortran90 descriptions
Platforms tested:
Safari
Diffstat (limited to 'doc/html/RM_H5Z.html')
-rw-r--r-- | doc/html/RM_H5Z.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/html/RM_H5Z.html b/doc/html/RM_H5Z.html index 3777ad1..2356946 100644 --- a/doc/html/RM_H5Z.html +++ b/doc/html/RM_H5Z.html @@ -170,12 +170,15 @@ data compression. <pre> SUBROUTINE h5zfilter_avail_f(filter, status, hdferr) IMPLICIT NONE - INTEGER, INTENT(IN) :: filter ! Filter; one of the possible values: + INTEGER, INTENT(IN) :: filter ! Filter + ! Valid values are: ! H5Z_FILTER_DEFLATE_F ! H5Z_FILTER_SHUFFLE_F ! H5Z_FILTER_FLETCHER32_F - LOGICAL, INTENT(OUT) :: status ! Flag, idicates if filter - ! is availble ( .TRUE. or .FALSE.) + LOGICAL, INTENT(OUT) :: status ! Flag indicating whether + ! filter is availble: + ! .TRUE. + ! .FALSE. END SUBROUTINE h5zfilter_avail_f </pre> @@ -487,7 +490,7 @@ And in this document, the Describes HDF5 Release 1.6.1, October 2003 </address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT"> <!-- -document.writeln("Last modified: 16 October 2003"); +document.writeln("Last modified: 24 October 2003"); --> </SCRIPT> |