Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup committed Sep 15, 2023
1 parent d0f3827 commit 55cf96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cmpd_dset.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ test_select_dst_subset(char *fname, hid_t fapl, hid_t in_dxpl, unsigned set_fill
hid_t dcpl = H5I_INVALID_HID;
hid_t dxpl = H5I_INVALID_HID;
hsize_t dims[2] = {NX, NY};
hsize_t chunk_dims[2] = {NX / 10, NY / 10};
unsigned char *rew_buf = NULL, *save_rew_buf = NULL, *rbuf = NULL;
int fillvalue = (-1);
size_t ss, ss1, ss2;
Expand Down Expand Up @@ -887,6 +886,8 @@ test_compounds_selection_io(void)
else
printf("without H5Pset_buffer:\n");

nerrs += test_select_compound(fname, fapl, dxpl, set_fillvalue, set_buf);
nerrs += test_select_src_subset(fname, fapl, dxpl, set_fillvalue, set_buf);
nerrs += test_select_dst_subset(fname, fapl, dxpl, set_fillvalue, set_buf);

if (H5Pclose(dxpl) < 0)
Expand Down

0 comments on commit 55cf96a

Please sign in to comment.