From 434c14d2f25b003d96b6ee8c46a4e7b45a77f844 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 6 Apr 2011 15:43:04 -0500 Subject: [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 --- src/H5Spublic.h | 2 ++ 1 file changed, 2 insertions(+) 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[], -- cgit v0.12