diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-29 21:02:53 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-29 21:02:53 (GMT) |
commit | 9ed099022e7c976cda3d3daadf84bc4b92a847f6 (patch) | |
tree | 1e80ca1e6b1675d368a1c997384f3de03b41b560 /tools/lib/h5diff_dset.c | |
parent | 90e269d55269a75fdfab2cc55eb7fafe6d07711a (diff) | |
download | hdf5-9ed099022e7c976cda3d3daadf84bc4b92a847f6.zip hdf5-9ed099022e7c976cda3d3daadf84bc4b92a847f6.tar.gz hdf5-9ed099022e7c976cda3d3daadf84bc4b92a847f6.tar.bz2 |
[svn-r7791] Purpose:
h5diff new features
Description:
implemented diff for compound types. so far it only compares the integer and float classes
of these compound types. this is done with a new recursive function
that compares datum by datum
Platforms tested:
linux
solaris 2.7
IRIX
Misc. update:
Diffstat (limited to 'tools/lib/h5diff_dset.c')
-rw-r--r-- | tools/lib/h5diff_dset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/h5diff_dset.c b/tools/lib/h5diff_dset.c index f668297..f5e2188 100644 --- a/tools/lib/h5diff_dset.c +++ b/tools/lib/h5diff_dset.c @@ -160,7 +160,9 @@ int diff_dataset( hid_t file1_id, case H5T_STRING: case H5T_BITFIELD: case H5T_OPAQUE: +#if 0 case H5T_COMPOUND: +#endif case H5T_REFERENCE: case H5T_ENUM: case H5T_VLEN: |