diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-20 20:55:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-20 20:55:12 (GMT) |
commit | 904ade0c86726b8edebc98e655b20d4688165460 (patch) | |
tree | 10acc1a27816e11df951c9509d9b24a473f42205 /src/H5Spublic.h | |
parent | 1f53e2708c6c8d47e7d765a8e1385308046bd56b (diff) | |
download | hdf5-904ade0c86726b8edebc98e655b20d4688165460.zip hdf5-904ade0c86726b8edebc98e655b20d4688165460.tar.gz hdf5-904ade0c86726b8edebc98e655b20d4688165460.tar.bz2 |
[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)
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r-- | src/H5Spublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index 21a884c..f7aa805 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -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 { |