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:
Mark C. Miller
2025-02-21 09:23:14 -06:00
committed by GitHub
parent d35d1ecce8
commit 50d6458e1d
+1 -1
View File
@@ -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