diff options
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_span_tree.c | 2 |
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"); /* |