summaryrefslogtreecommitdiffstats
path: root/test/cross_read.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2006-03-30 13:31:29 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2006-03-30 13:31:29 (GMT)
commitdce0df46071ccbde9bcd889dcb16cc006dc1734d (patch)
tree25e67035e5068e5d97f0d43390272ace8495ecec /test/cross_read.c
parent117dbae7f875ac136aabcbea4aff34b23959d646 (diff)
downloadhdf5-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-xtest/cross_read.c2
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