mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
fixed buf definition in h5dfill_f (#1465)
* H5Lexists docs: Removed reference to 1.8.16 since the change is the 1.8.x releases, HDFFV-11289 * H5Oget_info_by_name, name can be any object, not just a group * fixed buf definition in h5dfill_f
This commit is contained in:
parent
b7d8177404
commit
c72904c6b3
@ -1625,8 +1625,7 @@ CONTAINS
|
||||
! Inputs:
|
||||
! fill_value - fill value
|
||||
! space_id - memory space selection identifier
|
||||
! buf - data buffer iin memory ro apply selection to
|
||||
! - of k-th dimension of the buf array
|
||||
! buf - memory buffer containing the selection to be filled
|
||||
! Outputs:
|
||||
! hdferr: - error code
|
||||
! Success: 0
|
||||
@ -1676,8 +1675,7 @@ CONTAINS
|
||||
! Inputs:
|
||||
! fill_value - fill value
|
||||
! space_id - memory space selection identifier
|
||||
! buf - data buffer iin memory ro apply selection to
|
||||
! - of k-th dimension of the buf array
|
||||
! buf - memory buffer containing the selection to be filled
|
||||
! Outputs:
|
||||
! hdferr: - error code
|
||||
! Success: 0
|
||||
@ -1724,8 +1722,7 @@ CONTAINS
|
||||
! Inputs:
|
||||
! fill_value - fill value
|
||||
! space_id - memory space selection identifier
|
||||
! buf - data buffer iin memory ro apply selection to
|
||||
! - of k-th dimension of the buf array
|
||||
! buf - memory buffer containing the selection to be filled
|
||||
! Outputs:
|
||||
! hdferr: - error code
|
||||
! Success: 0
|
||||
@ -1799,8 +1796,7 @@ CONTAINS
|
||||
! Inputs:
|
||||
! fill_value - fill value
|
||||
! space_id - memory space selection identifier
|
||||
! buf - data buffer iin memory ro apply selection to
|
||||
! - of k-th dimension of the buf array
|
||||
! buf - memory buffer containing the selection to be filled
|
||||
! Outputs:
|
||||
! hdferr: - error code
|
||||
! Success: 0
|
||||
|
Loading…
Reference in New Issue
Block a user