diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2021-04-09 14:07:53 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2021-04-09 14:07:53 (GMT) |
commit | ee655cf374c5f2b2f43673a9e1d925af0f231626 (patch) | |
tree | b17b2677e8536ac0a2b26327981363b943577f15 /testpar | |
parent | 94ecd14100c226ae16ba8e6122e8a025b408f360 (diff) | |
download | hdf5-ee655cf374c5f2b2f43673a9e1d925af0f231626.zip hdf5-ee655cf374c5f2b2f43673a9e1d925af0f231626.tar.gz hdf5-ee655cf374c5f2b2f43673a9e1d925af0f231626.tar.bz2 |
Brings a lot of smaller changes from develop
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/testphdf5.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 9aa51c1..d1469df 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -98,9 +98,8 @@ enum H5TEST_COLL_CHUNK_API { #define MSPACE1_DIM 27000 /* Dataset size in memory */ #define FSPACE_RANK 2 /* Dataset rank as it is stored in the file */ #define FSPACE_DIM1 9 /* Dimension sizes of the dataset as it is stored in the file */ -#define FSPACE_DIM2 \ - 3600 /* We will read dataset back from the file to the dataset \ - in memory with these dataspace parameters. */ +#define FSPACE_DIM2 3600 +/* We will read dataset back from the file to the dataset in memory with these dataspace parameters. */ #define MSPACE_RANK 2 #define MSPACE_DIM1 9 #define MSPACE_DIM2 3600 |