mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r23090] Fixed H5Dread input parameters.
Tested: gnu (jam)
This commit is contained in:
parent
02fb07aa85
commit
3079b8dde8
@ -158,8 +158,7 @@ PROGRAM H5_SUBSET
|
||||
memspace, dataspace)
|
||||
|
||||
data_dims(1:2) = (/dim0, dim1/)
|
||||
CALL h5dread_f(dset_id, H5T_NATIVE_INTEGER, rdata, data_dims, error, &
|
||||
H5S_ALL_F, H5S_ALL_F)
|
||||
CALL h5dread_f(dset_id, H5T_NATIVE_INTEGER, rdata, data_dims, error)
|
||||
|
||||
!
|
||||
! Read entire dataset back
|
||||
|
Loading…
x
Reference in New Issue
Block a user