diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2011-04-06 20:43:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2011-04-06 20:43:04 (GMT) |
commit | 434c14d2f25b003d96b6ee8c46a4e7b45a77f844 (patch) | |
tree | a05be7039c7b10585a92436b45f31163e8b26762 /src/H5Spublic.h | |
parent | b64aad457cb7cb620a60d824849f11607dff4f62 (diff) | |
download | hdf5-434c14d2f25b003d96b6ee8c46a4e7b45a77f844.zip hdf5-434c14d2f25b003d96b6ee8c46a4e7b45a77f844.tar.gz hdf5-434c14d2f25b003d96b6ee8c46a4e7b45a77f844.tar.bz2 |
[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
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r-- | src/H5Spublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index c62a7b7..6e87a65 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -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[], |