summaryrefslogtreecommitdiffstats
path: root/testpar/t_span_tree.c
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2004-11-15 20:49:49 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2004-11-15 20:49:49 (GMT)
commitb950cebd9ec030b0f13c6fc9f17ea381c3afa2a6 (patch)
tree69034b81131125ac3b47157ebd5797e0c5c89f92 /testpar/t_span_tree.c
parent539080945ce710fb1f14f4a3c49b149771582579 (diff)
downloadhdf5-b950cebd9ec030b0f13c6fc9f17ea381c3afa2a6.zip
hdf5-b950cebd9ec030b0f13c6fc9f17ea381c3afa2a6.tar.gz
hdf5-b950cebd9ec030b0f13c6fc9f17ea381c3afa2a6.tar.bz2
[svn-r9530] Purpose:
Modifying testing code for derived datatype. However, this test won't be run in the HDF5 parallel test. The code is checked in only for debugging purpose. Description: Solution: Platforms tested: Linux 2.4(mpich 1.2.6) Misc. update:
Diffstat (limited to 'testpar/t_span_tree.c')
-rw-r--r--testpar/t_span_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c
index 56a4f82..58c2885 100644
--- a/testpar/t_span_tree.c
+++ b/testpar/t_span_tree.c
@@ -182,7 +182,7 @@ void t_span_tree()
}
/* ret = H5Dwrite(dataset, H5T_NATIVE_INT, mid1, fid, xfer_plist, vector);*/
- ret = H5Dwrite(dataset, H5T_NATIVE_INT, mid1, fid, H5P_DEFAULT, vector);
+ ret = H5Dwrite(dataset, H5T_NATIVE_INT, mid1, fid, xfer_plist, vector);
if(ret < 0) printf("failing to write data .\n");
/*