[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:
Quincey Koziol 2011-04-06 15:43:04 -05:00
parent b64aad457c
commit 434c14d2f2

View File

@ -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[],