From 3b3598e4463d6eeb41ecabab36c06bc10e428873 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 10 Mar 2004 13:31:55 -0500 Subject: [svn-r8242] Purpose: Bugfix -- Bugzilla #67 Solution: Removed the numeric notations from the datatype listing in h5iget_type_f. Fixes Bugzilla #67. Platforms tested: IE 5 --- doc/html/RM_H5I.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/html/RM_H5I.html b/doc/html/RM_H5I.html index b17c668..dabd466 100644 --- a/doc/html/RM_H5I.html +++ b/doc/html/RM_H5I.html @@ -407,13 +407,13 @@ SUBROUTINE h5iget_type_f(obj_id, type, hdferr) INTEGER(HID_T), INTENT(IN) :: obj_id !Object identifier INTEGER, INTENT(OUT) :: type !type of an object. !possible values are: - !H5I_FILE_F(1) - !H5I_GROUP_F(2) - !H5I_DATATYPE_F(3) - !H5I_DATASPACE_F(4) - !H5I_DATASET_F(5) - !H5I_ATTR_F(6) - !H5I_BADID_F(-1) + !H5I_FILE_F + !H5I_GROUP_F + !H5I_DATATYPE_F + !H5I_DATASPACE_F + !H5I_DATASET_F + !H5I_ATTR_F + !H5I_BADID_F INTEGER, INTENT(OUT) :: hdferr ! E rror code ! 0 on success, and -1 on failure END SUBROUTINE h5iget_type_f @@ -540,7 +540,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