diff options
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 } |