summaryrefslogtreecommitdiffstats
path: root/testpar/t_shapesame.c
diff options
context:
space:
mode:
authorKimmy Mu <kmu@hdfgroup.org>2020-01-28 19:28:26 (GMT)
committerkmu <kmu@hdfgroup.org>2020-01-28 21:47:58 (GMT)
commitd4dedac70f84be791869e37d28aef73f3d72c1e4 (patch)
treedddd9405e501f01b7a65dd973ba90e06d084b8d7 /testpar/t_shapesame.c
parent68c54e69a4f4a6a40dff7ca0c1d48ef004a4adda (diff)
downloadhdf5-d4dedac70f84be791869e37d28aef73f3d72c1e4.zip
hdf5-d4dedac70f84be791869e37d28aef73f3d72c1e4.tar.gz
hdf5-d4dedac70f84be791869e37d28aef73f3d72c1e4.tar.bz2
Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to develop
* commit '406330addf45529ecdd088f4d22e9aab9a03661d': rename macro change condition pick up from Dave's fix leave Wswitch-default for later fix fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow
Diffstat (limited to 'testpar/t_shapesame.c')
-rw-r--r--testpar/t_shapesame.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c
index c12cf5a..34fcc72 100644
--- a/testpar/t_shapesame.c
+++ b/testpar/t_shapesame.c
@@ -397,14 +397,9 @@ hs_dr_pio_test__setup(const int test_num,
*
* JRM -- 9/16/10
*/
- if ( express_test == 0 ) {
- tv_ptr->chunk_dims[0] = 1;
+ tv_ptr->chunk_dims[0] = 1;
- } else {
-
- tv_ptr->chunk_dims[0] = 1;
- }
tv_ptr->chunk_dims[1] = tv_ptr->chunk_dims[2] =
tv_ptr->chunk_dims[3] =
tv_ptr->chunk_dims[4] = (hsize_t)(tv_ptr->chunk_edge_size);