[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.
This commit is contained in:
Raymond Lu 2006-03-30 08:31:29 -05:00
parent 117dbae7f8
commit dce0df4607
5 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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

View File

@ -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

Binary file not shown.

Binary file not shown.