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:
Thomas Kluyver 2024-11-26 19:51:01 +01:00 committed by GitHub
parent ca6ceb2f6d
commit 89bfb21a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);