Skip to content

Commit

Permalink
Add more tests for selection I/O. (HDFGroup#3528)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup authored Oct 10, 2023
1 parent bfbfaf7 commit 6f56d06
Show file tree
Hide file tree
Showing 3 changed files with 1,338 additions and 123 deletions.
2 changes: 1 addition & 1 deletion src/H5Dscatgath.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ H5D__scatgath_write(const H5D_io_info_t *io_info, const H5D_dset_io_info_t *dset
/* Use "vp" field of union to twiddle away const. OK because if we're doing this it means the
* user explicitly allowed us to modify this buffer via H5Pset_modify_write_buf(). */
tmp_buf = (uint8_t *)dset_info->buf.vp + dset_info->layout_io_info.contig_piece_info->buf_off +
(smine_start * dset_info->type_info.dst_type_size);
(smine_start * dset_info->type_info.src_type_size);
}
else {
/* Do type conversion using intermediate buffer */
Expand Down
Loading

0 comments on commit 6f56d06

Please sign in to comment.