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/cross_read.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/cross_read.c')
-rwxr-xr-x | test/cross_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cross_read.c b/test/cross_read.c index 7d05417..4f7391f 100755 --- a/test/cross_read.c +++ b/test/cross_read.c @@ -29,7 +29,7 @@ const char *FILENAME[] = { NULL }; -#define DATASETNAME "IntArray" +#define DATASETNAME "Array" #define NX 5 /* output buffer dimensions */ #define NY 6 #define RANK 2 |