diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-09-30 14:27:10 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-09-30 14:27:10 (GMT) |
commit | b2d661b508a7fc7a2592c13bc6bdc175551f075d (patch) | |
tree | 13baeb0d83a7c2a4c6299993c182b1227c2f6114 /test/vds_swmr.h | |
parent | 29ab58b58dce556639ea3154e262895773a8a8df (diff) | |
download | hdf5-b2d661b508a7fc7a2592c13bc6bdc175551f075d.zip hdf5-b2d661b508a7fc7a2592c13bc6bdc175551f075d.tar.gz hdf5-b2d661b508a7fc7a2592c13bc6bdc175551f075d.tar.bz2 |
Clang-format of source files
Diffstat (limited to 'test/vds_swmr.h')
-rw-r--r-- | test/vds_swmr.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/test/vds_swmr.h b/test/vds_swmr.h index 0a194ff..676d831 100644 --- a/test/vds_swmr.h +++ b/test/vds_swmr.h @@ -61,27 +61,26 @@ "empty" regions will contain the VDS fill value. */ - /* All datasets are 3D */ -#define RANK 3 +#define RANK 3 /* Lengths of string identifiers (file, dataset names, etc.) */ -#define NAME_LEN 32 +#define NAME_LEN 32 /* Compression level */ -#define COMPRESSION_LEVEL 7 +#define COMPRESSION_LEVEL 7 /* Number of source files */ -#define N_SOURCES 6 +#define N_SOURCES 6 /* Dataset dimensions */ -#define SM_HEIGHT 2 /* K */ -#define LG_HEIGHT 4 /* N */ -#define FULL_HEIGHT 18 /* (3 * K) + (3 * N) */ -#define WIDTH 8 /* M */ +#define SM_HEIGHT 2 /* K */ +#define LG_HEIGHT 4 /* N */ +#define FULL_HEIGHT 18 /* (3 * K) + (3 * N) */ +#define WIDTH 8 /* M */ /* Number of planes each writer will write */ -#define N_PLANES_TO_WRITE 25 +#define N_PLANES_TO_WRITE 25 /* Planes */ H5TEST_DLLVAR hsize_t PLANES[N_SOURCES][RANK]; @@ -96,4 +95,3 @@ H5TEST_DLLVAR char VDS_FILE_NAME[NAME_LEN]; H5TEST_DLLVAR char SOURCE_DSET_PATH[NAME_LEN]; H5TEST_DLLVAR char VDS_DSET_NAME[NAME_LEN]; #endif /* VDS_SWMR_H */ - |