mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
Correct version in which H5Sselect_shape_same was added (#5148)
It wasn't actually there in 1.10.6, as I found in h5py's tests.
This commit is contained in:
parent
ca6ceb2f6d
commit
89bfb21a17
@ -1298,7 +1298,7 @@ H5_DLL hid_t H5Sselect_project_intersection(hid_t src_space_id, hid_t dst_space_
|
||||
* This is primarily used for reading the entire selection in
|
||||
* one swoop.
|
||||
*
|
||||
* \since 1.10.6
|
||||
* \since 1.10.7
|
||||
*
|
||||
*/
|
||||
H5_DLL htri_t H5Sselect_shape_same(hid_t space1_id, hid_t space2_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user