Skip to content

Commit

Permalink
Turn off mwbuf.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup committed Sep 13, 2023
1 parent ac72341 commit e87a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmpd_dset.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ test_compounds_selection_io(void)
for (set_cache = FALSE; set_cache <= TRUE; set_cache++) {
for (set_fillvalue = FALSE; set_fillvalue <= TRUE; set_fillvalue++) {
for (select_io = FALSE; select_io <= TRUE; select_io++) {
for (mwbuf = FALSE; mwbuf <= TRUE; mwbuf++) {
for (mwbuf = FALSE; mwbuf <= FALSE; mwbuf++) {
for (set_buf = FALSE; set_buf <= TRUE; set_buf++) {

if ((dxpl = H5Pcreate(H5P_DATASET_XFER)) < 0)
Expand Down

0 comments on commit e87a93f

Please sign in to comment.