summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2017-05-11 08:15:31 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2017-05-11 08:15:31 (GMT)
commita0e70a248e5e4de34ba2470654b3e220614970e3 (patch)
treed3dec6af592b66dd173fe14c16c392d1951dfac6 /hl/src
parent9f78561bf1cc925b537f1bcf3ab1f881a7b46922 (diff)
parent8c2d4c354413d4f3578aa30cf28ee4c4f5c137cf (diff)
downloadhdf5-a0e70a248e5e4de34ba2470654b3e220614970e3.zip
hdf5-a0e70a248e5e4de34ba2470654b3e220614970e3.tar.gz
hdf5-a0e70a248e5e4de34ba2470654b3e220614970e3.tar.bz2
Merge pull request #485 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to hdf5_1_8
* commit '8c2d4c354413d4f3578aa30cf28ee4c4f5c137cf': Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Modifications made based on pull request (#485) comments. Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on playtpus, ostrich, kituo, mayll, osx1010test, quail, emu.
Diffstat (limited to 'hl/src')
-rw-r--r--hl/src/H5DO.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hl/src/H5DO.c b/hl/src/H5DO.c
index be5f658..982625a 100644
--- a/hl/src/H5DO.c
+++ b/hl/src/H5DO.c
@@ -44,7 +44,6 @@ H5DOwrite_chunk(hid_t dset_id, hid_t dxpl_id, uint32_t filters, const hsize_t *o
{
hbool_t created_dxpl = FALSE; /* Whether we created a DXPL */
hbool_t do_direct_write = TRUE; /* Flag for direct writes */
- hbool_t tt=FALSE; /* Flag for direct writes */
uint32_t data_size_32; /* Chunk data size (limited to 32-bits currently) */
herr_t ret_value = FAIL; /* Return value */