summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds-exclim.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 17:50:43 (GMT)
committerGitHub <noreply@github.com>2023-07-27 17:50:43 (GMT)
commit05db7c16acc835b609a5894a70394e4f699323cb (patch)
treeda55c523ff164188713c785715c308d47f03e9cf /examples/h5_vds-exclim.c
parent1fe3fda4edcf26d3f18de13d5f6525f6314e7ae7 (diff)
downloadhdf5-05db7c16acc835b609a5894a70394e4f699323cb.zip
hdf5-05db7c16acc835b609a5894a70394e4f699323cb.tar.gz
hdf5-05db7c16acc835b609a5894a70394e4f699323cb.tar.bz2
Normalize examples w/ develop (#3282)
Diffstat (limited to 'examples/h5_vds-exclim.c')
-rw-r--r--examples/h5_vds-exclim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_vds-exclim.c b/examples/h5_vds-exclim.c
index 58ed1f8..4fb5536 100644
--- a/examples/h5_vds-exclim.c
+++ b/examples/h5_vds-exclim.c
@@ -48,7 +48,7 @@ main(void)
herr_t status;
hsize_t vdsdims[3] = {VDSDIM0, VDSDIM1, VDSDIM2}, kdims[3] = {KDIM0, KDIM1, KDIM2},
ndims[3] = {NDIM0, NDIM1, NDIM2}, start[3], /* Hyperslab parameters */
- stride[3], count[3], block[3];
+ count[3], block[3];
hsize_t start_out[3], stride_out[3], count_out[3], block_out[3];
int k = 2;
int n = 3;