mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[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:
This commit is contained in:
parent
539080945c
commit
b950cebd9e
@ -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");
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user