summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_dset.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-29 22:04:19 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-29 22:04:19 (GMT)
commit81cd798e0fcf16bf98b300d0ce8ec808828fab38 (patch)
tree1215f32dc6e3302c3d61f3bb686adc9f1f7b327c /src/H5VLiod_dset.c
parent5ba1cfe00a49a7a7d748ccf5f3ad0227d9105804 (diff)
downloadhdf5-81cd798e0fcf16bf98b300d0ce8ec808828fab38.zip
hdf5-81cd798e0fcf16bf98b300d0ce8ec808828fab38.tar.gz
hdf5-81cd798e0fcf16bf98b300d0ce8ec808828fab38.tar.bz2
[svn-r25226] - implement and use H5Dquery_ff() when creating views (not tested with indexing enabled yet).
- cleanup old indexing code in view create at the client as it's not needed anymore.
Diffstat (limited to 'src/H5VLiod_dset.c')
-rw-r--r--src/H5VLiod_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLiod_dset.c b/src/H5VLiod_dset.c
index 517961a..7a59ca7 100644
--- a/src/H5VLiod_dset.c
+++ b/src/H5VLiod_dset.c
@@ -653,7 +653,7 @@ H5VL_iod_server_dset_read_cb(AXE_engine_t axe_engine,
HG_BULK_READWRITE, &bulk_block_handle))
HGOTO_ERROR_FF(FAIL, "can't create bulk handle");
}
-
+
/*
if(H5VL__iod_server_adjust_buffer(dst_id, src_id, nelmts, dxpl_id, is_coresident,
size, &buf, &is_vl_data, &buf_size) < 0)