diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-03-17 14:43:28 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-03-17 14:43:28 (GMT) |
commit | ddf2b95cbdff88814192a3980c79ab27bb824a19 (patch) | |
tree | 2aff4d08eb0e56b28e9b3d1849e4625385288935 /tools/h5diff | |
parent | a0653c727fd304c69f562a9208af75a217ac9e6f (diff) | |
download | hdf5-ddf2b95cbdff88814192a3980c79ab27bb824a19.zip hdf5-ddf2b95cbdff88814192a3980c79ab27bb824a19.tar.gz hdf5-ddf2b95cbdff88814192a3980c79ab27bb824a19.tar.bz2 |
[svn-r12112] Purpose:
bug fixes
Description:
1) the option logic for the print of long types was done incorrectly (extra lines of code that were not supposed to be there)
2) the print of loong long types was incorrect
Solution:
1) removed the incorrect code
2) made a long long cast on the printf call
Platforms tested:
linux (32 and 64)
solaris
Misc. update:
Diffstat (limited to 'tools/h5diff')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index e63ac1f..49ca6e9 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -271,7 +271,7 @@ TOOLTEST h5diff_15.txt file1.h5 file2.h5 -r -d 5 g1/dset3 g1/dset4 TOOLTEST h5diff_16.txt file1.h5 file2.h5 -r -p 0.05 g1/dset3 g1/dset4 # 1.7 verbose mode -#TOOLTEST h5diff_17.txt file1.h5 file2.h5 -v +TOOLTEST h5diff_17.txt file1.h5 file2.h5 -v # 1.8 quiet mode TOOLTEST h5diff_18.txt file1.h5 file2.h5 -q |