diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2006-03-30 13:31:29 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2006-03-30 13:31:29 (GMT) |
commit | dce0df46071ccbde9bcd889dcb16cc006dc1734d (patch) | |
tree | 25e67035e5068e5d97f0d43390272ace8495ecec /test/gen_cross.c | |
parent | 117dbae7f875ac136aabcbea4aff34b23959d646 (diff) | |
download | hdf5-dce0df46071ccbde9bcd889dcb16cc006dc1734d.zip hdf5-dce0df46071ccbde9bcd889dcb16cc006dc1734d.tar.gz hdf5-dce0df46071ccbde9bcd889dcb16cc006dc1734d.tar.bz2 |
[svn-r12175] Purpose: Changed Dataset Name
Description: As requested by Pedro, changed the data set name from "IntArray" to
"Array".
Platforms tested: fuss and shanti - simple change.
Diffstat (limited to 'test/gen_cross.c')
-rwxr-xr-x | test/gen_cross.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen_cross.c b/test/gen_cross.c index 4159dc2..11d323d 100755 --- a/test/gen_cross.c +++ b/test/gen_cross.c @@ -26,7 +26,7 @@ #include "h5test.h" #define H5FILE_NAME "data.h5" -#define DATASETNAME "IntArray" +#define DATASETNAME "Array" #define NX 5 /* dataset dimensions */ #define NY 6 #define RANK 2 |