From 9a9b10235e41ff044e435e6efda36592ce1476cf Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 17 Nov 2000 08:42:39 -0500 Subject: [svn-r2962] Purpose: Code cleanup Description: Changed another hard-coded '32' into H5S_MAX_RANK Platforms tested: Eyeballed... --- src/H5Smpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Smpio.c b/src/H5Smpio.c index 59ee6c0..12daaf5 100644 --- a/src/H5Smpio.c +++ b/src/H5Smpio.c @@ -174,7 +174,7 @@ H5S_mpio_hyper_type( const H5S_t *space, const size_t elmt_size, if (0==elmt_size) goto empty; /* make a local copy of the dimension info so we can transform them */ - assert(rank<=32); /* within array bounds */ + assert(rank<=H5S_MAX_RANK); /* within array bounds */ for ( i=0; i