summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2015-06-12 22:55:18 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2015-06-12 22:55:18 (GMT)
commite29904660a01b137e8470a8fe71d2d73a3f76538 (patch)
treeead1d6c90cc3dac1cc5d6979c6963dbb94b0a703 /src/H5Dpkg.h
parentd92c74b4aa169d33c72ea273dd401ac8586ca56f (diff)
downloadhdf5-e29904660a01b137e8470a8fe71d2d73a3f76538.zip
hdf5-e29904660a01b137e8470a8fe71d2d73a3f76538.tar.gz
hdf5-e29904660a01b137e8470a8fe71d2d73a3f76538.tar.bz2
[svn-r27198] Set "entire_chunk" to false in H5D__chunk_write() for point selection as duplicate points are not checked to determine
that it is really an "entire chunk". The bug appears from running the mdset.c test. This is a short-term fix for the problem.
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 815dae4..1476229 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -337,6 +337,7 @@ typedef struct H5D_chunk_map_t {
H5S_sel_iter_t mem_iter; /* Iterator for elements in memory selection */
unsigned m_ndims; /* Number of dimensions for memory dataspace */
H5S_sel_type msel_type; /* Selection type in memory */
+ H5S_sel_type fsel_type; /* Selection type in file */
H5SL_t *sel_chunks; /* Skip list containing information for each chunk selected */