diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 19:02:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 19:02:54 (GMT) |
commit | 3ca1c8b1313a8c9f7759299dc6071b2f51993f26 (patch) | |
tree | 47bd010a8a999fa4dc71f19d3f4746c9e3eb690a /src/H5Spublic.h | |
parent | d4088f3610ec835056041948bf0cc917d8e6f602 (diff) | |
download | hdf5-3ca1c8b1313a8c9f7759299dc6071b2f51993f26.zip hdf5-3ca1c8b1313a8c9f7759299dc6071b2f51993f26.tar.gz hdf5-3ca1c8b1313a8c9f7759299dc6071b2f51993f26.tar.bz2 |
[svn-r532] Added code for H5Sextent_class (renamed H5Sget_class)
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r-- | src/H5Spublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index 6a842de..2554f7c 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -61,6 +61,7 @@ herr_t H5Sselect_hyperslab (hid_t space_id, H5S_seloper_t op, const hsize_t count[], const hsize_t _block[]); herr_t H5Sselect_elements (hid_t space_id, H5S_seloper_t op, size_t num_elemn, const hssize_t **coord); +H5S_class_t H5Sget_class (hid_t space_id); #ifdef __cplusplus } |