diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-15 03:47:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-15 03:47:39 (GMT) |
commit | eb784ecd693a54c2153d8b9eb6ddbec88613b802 (patch) | |
tree | 6b86712d87770c35a85618917c0ffac9c0e73d7e /src/H5Spublic.h | |
parent | 5b6f42727c81c0ec8f70cf8277fd01fb8fabe549 (diff) | |
download | hdf5-eb784ecd693a54c2153d8b9eb6ddbec88613b802.zip hdf5-eb784ecd693a54c2153d8b9eb6ddbec88613b802.tar.gz hdf5-eb784ecd693a54c2153d8b9eb6ddbec88613b802.tar.bz2 |
[svn-r495] Finished debugging element selections. H5Sselect_elements call now working
correctly (as opposed to not at all... :-)
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r-- | src/H5Spublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index e0cc272..022f108 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -58,7 +58,7 @@ herr_t H5Sselect_hyperslab (hid_t spaceid, H5S_seloper_t op, const hssize_t *start, const hsize_t *_stride, const hsize_t *count, const hsize_t *_block); herr_t H5Sselect_elements (hid_t spaceid, H5S_seloper_t op, size_t num_elemn, - const hssize_t *coord[]); + const hssize_t **coord); #ifdef __cplusplus } |