diff options
-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[], |