From dce0df46071ccbde9bcd889dcb16cc006dc1734d Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Thu, 30 Mar 2006 08:31:29 -0500 Subject: [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. --- test/be_data.h5 | Bin 2288 -> 2288 bytes test/cross_read.c | 2 +- test/gen_cross.c | 2 +- test/le_data.h5 | Bin 2288 -> 2288 bytes test/vms_data.h5 | Bin 2288 -> 2288 bytes 5 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/be_data.h5 b/test/be_data.h5 index 26bc782..d905787 100644 Binary files a/test/be_data.h5 and b/test/be_data.h5 differ 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 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 diff --git a/test/le_data.h5 b/test/le_data.h5 index c2ca149..500bb95 100644 Binary files a/test/le_data.h5 and b/test/le_data.h5 differ diff --git a/test/vms_data.h5 b/test/vms_data.h5 index a8712ab..4a6461f 100644 Binary files a/test/vms_data.h5 and b/test/vms_data.h5 differ -- cgit v0.12