mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r21615] Robodoc comment changes.
This commit is contained in:
parent
a4a3bd4b03
commit
7968c50607
@ -40,15 +40,15 @@ MODULE H5O_PROVISIONAL
|
||||
|
||||
IMPLICIT NONE
|
||||
|
||||
!****t* H5T (F03)/h5o_info_t
|
||||
!
|
||||
! Fortran2003 Derived Type:
|
||||
!
|
||||
enum, bind(c)
|
||||
enumerator :: H5O_TYPE_UNKNOWN_F = -1
|
||||
enumerator :: H5O_TYPE_GROUP_F, H5O_TYPE_DATASET_F, H5O_TYPE_NAMED_DATATYPE_F, H5O_TYPE_NTYPES_F
|
||||
end enum
|
||||
|
||||
!****t* H5T (F03)/h5o_info_t
|
||||
!
|
||||
! Fortran2003 Derived Type:
|
||||
!
|
||||
TYPE, BIND(C) :: space_t
|
||||
INTEGER(hsize_t) :: total ! Total space for storing object header in file
|
||||
INTEGER(hsize_t) :: meta ! Space within header for object header metadata information
|
||||
@ -171,7 +171,7 @@ CONTAINS
|
||||
END SUBROUTINE h5ovisit_f
|
||||
|
||||
!
|
||||
!!$!****s* H5O (F03)/h5oget_info_by_name_f_F03
|
||||
!****s* H5O (F03)/h5oget_info_by_name_f_F03
|
||||
!
|
||||
! NAME
|
||||
! h5oget_info_by_name_f
|
||||
@ -195,8 +195,7 @@ CONTAINS
|
||||
! December 1, 2008
|
||||
!
|
||||
! Fortran2003 Interface:
|
||||
SUBROUTINE h5oget_info_by_name_f(loc_id, name, &
|
||||
object_info, hdferr, lapl_id)
|
||||
SUBROUTINE h5oget_info_by_name_f(loc_id, name, object_info, hdferr, lapl_id)
|
||||
|
||||
USE, INTRINSIC :: ISO_C_BINDING
|
||||
IMPLICIT NONE
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -361,11 +361,11 @@ CONTAINS
|
||||
!
|
||||
! Inputs:
|
||||
! kind - Fortran KIND parameter
|
||||
! flag - whether KIND is of type INTEGER or REAL:
|
||||
! flag - Whether KIND is of type INTEGER or REAL:
|
||||
! H5_INTEGER_KIND - integer
|
||||
! H5_REAL_KIND - real
|
||||
! Outputs:
|
||||
! h5_type - returns the type
|
||||
! h5_type - Returns the type
|
||||
!
|
||||
! AUTHOR
|
||||
! M. Scot Breitenfeld
|
||||
|
@ -53,6 +53,9 @@ CONTAINS
|
||||
! M. Scot Breitenfeld
|
||||
! Augest 25, 2008
|
||||
!
|
||||
! ACKNOWLEDGEMENTS
|
||||
! Joe Krahn
|
||||
!
|
||||
! Fortran2003 Interface:
|
||||
FUNCTION h5offsetof(start,end) RESULT(offset)
|
||||
USE, INTRINSIC :: ISO_C_BINDING
|
||||
|
Loading…
x
Reference in New Issue
Block a user