diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-26 21:24:10 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-26 21:24:10 (GMT) |
commit | 85a0ca17bf494a95e4dc2e6c0b4bc22c023f054c (patch) | |
tree | c33b595d4d78e2af83e9c1a8467156a227c6ec1e /tools | |
parent | 2f943aacd69af8a9135de16d745855d50bc9c402 (diff) | |
download | hdf5-85a0ca17bf494a95e4dc2e6c0b4bc22c023f054c.zip hdf5-85a0ca17bf494a95e4dc2e6c0b4bc22c023f054c.tar.gz hdf5-85a0ca17bf494a95e4dc2e6c0b4bc22c023f054c.tar.bz2 |
[svn-r13401]
clean comments
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index 5841855..d1fbb6e 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -259,7 +259,7 @@ SKIP() { ############################################################################## ############################################################################## -### T H E T E S T S ### +### T H E T E S T S ### ############################################################################## ############################################################################## @@ -286,9 +286,6 @@ TOOLTEST h5diff_14.txt $FILE1 $FILE2 -r g1/dset1 g1/dset2 # 1.5 with -d TOOLTEST h5diff_15.txt $FILE1 $FILE2 -r -d 5 g1/dset3 g1/dset4 -# 1.6 with -p (double) -#TOOLTEST h5diff_16.txt $FILE1 $FILE1 g1/dset9 g1/dset10 -p 0.01 -v - # 1.6.1 with -p (int) TOOLTEST h5diff_161.txt $FILE1 $FILE1 -v -p 0.02 g1/dset5 g1/dset6 @@ -304,13 +301,6 @@ TOOLTEST h5diff_17.txt $FILE1 $FILE2 -v # 1.8 quiet mode TOOLTEST h5diff_18.txt $FILE1 $FILE2 -q -# 1.9.1 with -p (int) -#TOOLTEST h5diff_191.txt $FILE1 $FILE1 -v -p 0.02 g1/dset5 g1/dset6 - -# 1.9.2 with -p (unsigned long_long) -#TOOLTEST h5diff_192.txt $FILE1 $FILE1 -v -p 0.02 g1/dset7 g1/dset8 - - # ############################################################################## # # not comparable types # ############################################################################## |