From 904ade0c86726b8edebc98e655b20d4688165460 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 20 Oct 2000 15:55:12 -0500 Subject: [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) --- src/H5Spublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v0.12