summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-10-31 21:18:09 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-10-31 21:18:09 (GMT)
commit61d964625ebb39af5326bc11dc52790ab39c8202 (patch)
tree107f4e7aef1693e372c95ea8cd34eac80d384bcc /tools/h5diff
parent0b8b8df0e0e9e8dbf3eb5a9e03035094dd5c49d9 (diff)
downloadhdf5-61d964625ebb39af5326bc11dc52790ab39c8202.zip
hdf5-61d964625ebb39af5326bc11dc52790ab39c8202.tar.gz
hdf5-61d964625ebb39af5326bc11dc52790ab39c8202.tar.bz2
[svn-r7804] Purpose:
h5diff new feature Description: added diff for the class ENUM Solution: Platforms tested: linux solaris 2.7 IRIX Misc. update:
Diffstat (limited to 'tools/h5diff')
-rw-r--r--tools/h5diff/test_h5diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/test_h5diff.c b/tools/h5diff/test_h5diff.c
index 783eb42..7247fcd 100644
--- a/tools/h5diff/test_h5diff.c
+++ b/tools/h5diff/test_h5diff.c
@@ -74,7 +74,7 @@ int write_dataset( hid_t loc_id, int rank, hsize_t *dims, const char *dset_name,
/* Write the buf */
if ( buf )
- assert(H5Dwrite(dataset_id,type_id,H5S_ALL,H5S_ALL,H5P_DEFAULT,buf)>=0);
+ H5Dwrite(dataset_id,type_id,H5S_ALL,H5S_ALL,H5P_DEFAULT,buf);
/* Close */
status = H5Dclose(dataset_id);