summaryrefslogtreecommitdiffstats
path: root/test/vds_swmr.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-01 14:04:36 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-01 14:04:36 (GMT)
commitf1ba03cea5b82699a984c80bd2deac14fdc8df18 (patch)
treeebe777c3e0b83f4c4cec9212731da9ebe0a0cfd3 /test/vds_swmr.h
parent10343c197906415388f2a4c8d292e21d25cf7381 (diff)
downloadhdf5-f1ba03cea5b82699a984c80bd2deac14fdc8df18.zip
hdf5-f1ba03cea5b82699a984c80bd2deac14fdc8df18.tar.gz
hdf5-f1ba03cea5b82699a984c80bd2deac14fdc8df18.tar.bz2
Source formatted
Diffstat (limited to 'test/vds_swmr.h')
-rw-r--r--test/vds_swmr.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/test/vds_swmr.h b/test/vds_swmr.h
index edb01bc..b39d7f1 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];
@@ -98,4 +97,3 @@ H5TEST_DLLVAR char VDS_DSET_NAME[NAME_LEN];
/* Fill values */
#endif /* VDS_SWMR_H */
-