diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-06-16 02:25:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2019-06-16 02:25:28 (GMT) |
commit | 0525ee122f1394439f42055cf2fb5ca33ed985bb (patch) | |
tree | 3a6731bdfd04e386513818d28ba82fd40f02f4a9 /src/H5Ipublic.h | |
parent | 462b924eca41b01c312d9533869f6bcaf4cc2d55 (diff) | |
download | hdf5-0525ee122f1394439f42055cf2fb5ca33ed985bb.zip hdf5-0525ee122f1394439f42055cf2fb5ca33ed985bb.tar.gz hdf5-0525ee122f1394439f42055cf2fb5ca33ed985bb.tar.bz2 |
New hyperslab selection routines and new public selection iterator routines.
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r-- | src/H5Ipublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index 56873ec..def785f 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -46,6 +46,7 @@ typedef enum H5I_type_t { H5I_ERROR_CLASS, /* type ID for error classes */ H5I_ERROR_MSG, /* type ID for error messages */ H5I_ERROR_STACK, /* type ID for error stacks */ + H5I_SPACE_SEL_ITER, /* type ID for dataspace selection iterator */ H5I_NTYPES /* number of library types, MUST BE LAST! */ } H5I_type_t; |