[svn-r786] Added H5S_MAX_RANK as publicly visible constant for the maximum number of
dimensions a dataset can have, currently set to 31.
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
#define H5S_ALL (-2)
|
||||
#define H5S_UNLIMITED ((hsize_t)(hssize_t)(-1))
|
||||
|
||||
/* Define user-level maximum number of dimensions */
|
||||
/* This is not used internally to the library, see H5O_LAYOUT_NDIMS for the internal constant */
|
||||
#define H5S_MAX_RANK 31
|
||||
|
||||
/* Different types of dataspaces */
|
||||
typedef enum H5S_class_t {
|
||||
H5S_NO_CLASS = -1, /*error */
|
||||
|
||||
Reference in New Issue
Block a user