[svn-r8243]
Purpose:
Bugfix -- Bugzilla #67
Solution:
Removed the numeric notations from the datatype listing
in h5iget_type_f.
Fixes Bugzilla #67.
Platforms tested:
IE 5
This commit is contained in:
@@ -403,13 +403,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
|
||||
@@ -536,7 +536,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.6.2, February 2004
|
||||
</address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
|
||||
<!--
|
||||
document.writeln("Last modified: 11 December 2003");
|
||||
document.writeln("Last modified: 10 March 2004");
|
||||
-->
|
||||
</SCRIPT>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user