Skip to content

Commit

Permalink
Correct version in which H5Sselect_shape_same was added
Browse files Browse the repository at this point in the history
It wasn't actually there in 1.10.6, as I found in h5py's tests.
  • Loading branch information
takluyver authored Nov 26, 2024
1 parent cf222df commit 634b6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Spublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 634b6b9

Please sign in to comment.