[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:
MuQun Yang 2004-11-15 15:49:49 -05:00
parent 539080945c
commit b950cebd9e

View File

@ -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");
/*