diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-12-01 15:42:26 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-12-01 15:42:26 (GMT) |
commit | 7855afc4b2a1fd4c266f96aa7a8dc21964e3bda3 (patch) | |
tree | cd6249d206edc65d4cece36460d3f15a571a9815 /tools/testfiles | |
parent | 27c0fb2220c241337bd82426ca2c178bff2e3870 (diff) | |
download | hdf5-7855afc4b2a1fd4c266f96aa7a8dc21964e3bda3.zip hdf5-7855afc4b2a1fd4c266f96aa7a8dc21964e3bda3.tar.gz hdf5-7855afc4b2a1fd4c266f96aa7a8dc21964e3bda3.tar.bz2 |
[svn-r13003]
Cleaned warnings
h5diff_array.c:804: warning: passing arg 1 of `fabs' as floating rather
than integer due to prototype
introduced double precision arithmetic when possible instead of single
precision
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5diff_192.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/h5diff_192.txt b/tools/testfiles/h5diff_192.txt index 5108d1b..17fb3f3 100644 --- a/tools/testfiles/h5diff_192.txt +++ b/tools/testfiles/h5diff_192.txt @@ -4,8 +4,8 @@ Expected output for 'h5diff h5diff_basic1.h5 h5diff_basic1.h5 -v -p 0.02 g1/dset Dataset: </g1/dset7> and </g1/dset8> position dset7 dset8 difference relative ------------------------------------------------------------------------ -[ 1 0 ] 100 103 3 0.030000 -[ 1 1 ] 100 104 4 0.040000 -[ 2 0 ] 100 150 50 0.500000 -[ 2 1 ] 100 200 100 1.000000 +[ 1 0 ] 100 103 -3 0.030000 +[ 1 1 ] 100 104 -4 0.040000 +[ 2 0 ] 100 150 -50 0.500000 +[ 2 1 ] 100 200 -100 1.000000 4 differences found |