From 3300140c70bb445b05827ffd2b3e3b1098dfb00e Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 22 Jan 2004 16:19:54 -0500 Subject: [svn-r8090] Purpose: Correct 'strpad' values in h5tset/get_strpad_f e.g., H5T_STR_NULL_F corrected to H5T_STR_NULLPAD_F Description: Safari, IE 5 --- doc/html/RM_H5T.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index 8625854..880faa9 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 @@ -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) + ! 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 h5tset_strpad_f @@ -3847,7 +3847,7 @@ And in this document, the Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0 -- cgit v0.12