mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03: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:
Binary file not shown.
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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.
Reference in New Issue
Block a user