mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
intialized h5open_f arrays
This commit is contained in:
parent
bdd2d3a1be
commit
4db7461569
@ -84,9 +84,9 @@ MODULE H5GLOBAL
|
||||
|
||||
! These arrays need to be global because they are used in
|
||||
! both h5open_f and in h5close_f
|
||||
INTEGER(HID_T), DIMENSION(1:PREDEF_TYPES_LEN) :: predef_types
|
||||
INTEGER(HID_T), DIMENSION(1:FLOATING_TYPES_LEN) :: floating_types
|
||||
INTEGER(HID_T), DIMENSION(1:INTEGER_TYPES_LEN) :: integer_types
|
||||
INTEGER(HID_T), DIMENSION(1:PREDEF_TYPES_LEN) :: predef_types = -1
|
||||
INTEGER(HID_T), DIMENSION(1:FLOATING_TYPES_LEN) :: floating_types = -1
|
||||
INTEGER(HID_T), DIMENSION(1:INTEGER_TYPES_LEN) :: integer_types = -1
|
||||
!
|
||||
INTEGER(HID_T) :: H5T_NATIVE_REAL_C_FLOAT
|
||||
INTEGER(HID_T) :: H5T_NATIVE_REAL_C_DOUBLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user