2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

[svn-r2716] Purpose:

Increase constant for H5S_MAX_RANK from 31 -> 32
Description:
    To better align the HDF5 library's maximum dimenions with HDF4 and netCDF,
    the maximum number of dimensions has been increased to 32.
Platforms Tested:
    FreeBSD 4.1.1 (hawkwind)
    Solaris 2.5 (baldric)
This commit is contained in:
Quincey Koziol 2000-10-20 15:55:12 -05:00
parent 1f53e2708c
commit 904ade0c86

@ -25,7 +25,7 @@
#define H5S_UNLIMITED ((hsize_t)(hssize_t)(-1))
/* Define user-level maximum number of dimensions */
#define H5S_MAX_RANK 31
#define H5S_MAX_RANK 32
/* Different types of dataspaces */
typedef enum H5S_class_t {