mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
117dbae7f8
commit
dce0df4607
BIN
test/be_data.h5
BIN
test/be_data.h5
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
BIN
test/le_data.h5
BIN
test/le_data.h5
Binary file not shown.
BIN
test/vms_data.h5
BIN
test/vms_data.h5
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user