diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-03 15:35:32 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-03 15:35:32 (GMT) |
commit | 2d011283a352d0a972c66155b2981a2e66c87e39 (patch) | |
tree | 1c94b2f56a1c2805bbe63abb51904dfb38692332 /tools/testfiles/h5diff_627.txt | |
parent | a70274eceafe9dc364329eb395f50e81db7c7bd1 (diff) | |
download | hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.zip hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.gz hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.bz2 |
[svn-r7908] Purpose:
code clean, bug fix
Description:
cleaned warnings on IRIX
fixed bug in parse command line
Solution:
Platforms tested:
linux
IRIX 6.5 64
Misc. update:
Diffstat (limited to 'tools/testfiles/h5diff_627.txt')
-rw-r--r-- | tools/testfiles/h5diff_627.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/testfiles/h5diff_627.txt b/tools/testfiles/h5diff_627.txt index 4e26443..9d1395a 100644 --- a/tools/testfiles/h5diff_627.txt +++ b/tools/testfiles/h5diff_627.txt @@ -1,6 +1,12 @@ ############################# Expected output for 'h5diff file1.h5 file2.h5 -n 200 g1/dset3 g1/dset4' ############################# -Object <200> could not be found in <file1.h5> -Object <g1/dset3> could not be found in <file2.h5> +position dset3 dset4 difference +------------------------------------------------------------ +[ 0 0 ] 100.000000 110.000000 10.000000 +[ 0 1 ] 110.000000 100.000000 10.000000 +[ 1 0 ] 100.000000 90.000000 10.000000 +[ 1 1 ] 100.000000 80.000000 20.000000 +[ 2 0 ] 100.000000 140.000000 40.000000 +[ 2 1 ] 100.000000 200.000000 100.000000 |