mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Fix H5S_MAX_RANK doc (#5328)
The H5S_MAX_RANK is the maximum number of dimensions in a dataset or an array datatype.
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@
|
||||
#define H5S_UNLIMITED HSIZE_UNDEF /**< Value for 'unlimited' dimensions */
|
||||
|
||||
/**
|
||||
* The maximum dataspace rank or number of dimensions
|
||||
* The maximum number of dimensions in a dataspace or array datatype
|
||||
*/
|
||||
#define H5S_MAX_RANK 32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user