summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2004-01-22 21:20:42 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2004-01-22 21:20:42 (GMT)
commit2a90299de7314438b63e6f42aacda8a932f5a73d (patch)
tree30df25c87e6def765e768b9a08a2888c8c5d6282 /doc
parente2833ee1e36841952a311d620c2788067df6ffbf (diff)
downloadhdf5-2a90299de7314438b63e6f42aacda8a932f5a73d.zip
hdf5-2a90299de7314438b63e6f42aacda8a932f5a73d.tar.gz
hdf5-2a90299de7314438b63e6f42aacda8a932f5a73d.tar.bz2
[svn-r8091]
Purpose: Correct 'strpad' parameter values in h5tset/get_strpad_f e.g., H5T_STR_NULL_F corrected to H5T_STR_NULLPAD_F Description: Safari, IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5T.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html
index 05c361e..2978e5d 100644
--- a/doc/html/RM_H5T.html
+++ b/doc/html/RM_H5T.html
@@ -2444,9 +2444,9 @@ SUBROUTINE h5tget_strpad_f(type_id, strpad, hdferr)
INTEGER, INTENT(OUT) :: strpad ! String padding method for a string datatype
! Possible values of padding type are:
! Pad with zeros (as C does):
- ! H5T_STR_NULL_F(0)
+ ! H5T_STR_NULLPAD_F(0)
! Pad with spaces (as FORTRAN does):
- ! H5T_STR_SPACE_F(1)
+ ! H5T_STR_SPACEPAD_F(1)
INTEGER, INTENT(OUT) :: hdferr ! Error code
END SUBROUTINE h5tget_strpad_f
</pre>
@@ -3654,9 +3654,9 @@ SUBROUTINE h5tset_strpad_f(type_id, strpad, hdferr)
INTEGER, INTENT(IN) :: strpad ! String padding method for a string datatype
! Possible values of padding type are:
! Pad with zeros (as C does):
- ! H5T_STR_NULL_F(0)
+ !r H5T_STR_NULLPAD_(0)
! Pad with spaces (as FORTRAN does):
- ! H5T_STR_SPACE_F(1)
+ ! H5T_STR_SPACEPAD_F(1)
INTEGER, INTENT(OUT) :: hdferr ! Error code
END SUBROUTINE h5tset_strpad_f
</pre>
@@ -3847,7 +3847,7 @@ And in this document, the
Describes HDF5 Release 1.6.1, October 2003
</address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
-document.writeln("Last modified: 23 October 2003");
+document.writeln("Last modified: 8 January 2004");
-->
</SCRIPT>