mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r20426] Description:
Add a note to the "new" hyperslab API routines that they have never been finished or released. Tested on: Not needed - only a comment
This commit is contained in:
parent
b64aad457c
commit
434c14d2f2
@ -114,6 +114,8 @@ H5_DLL herr_t H5Sselect_hyperslab(hid_t space_id, H5S_seloper_t op,
|
||||
const hsize_t count[],
|
||||
const hsize_t _block[]);
|
||||
/* #define NEW_HYPERSLAB_API */
|
||||
/* Note that these haven't been working for a while and were never
|
||||
* publicly released - QAK */
|
||||
#ifdef NEW_HYPERSLAB_API
|
||||
H5_DLL hid_t H5Scombine_hyperslab(hid_t space_id, H5S_seloper_t op,
|
||||
const hsize_t start[],
|
||||
|
Loading…
x
Reference in New Issue
Block a user