diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-26 19:21:55 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-26 19:21:55 (GMT) |
commit | 110a855d5e4509ed41b612206dd621f3223f0d55 (patch) | |
tree | 03f6ad7a1382b75553f5d09290e6c1dc39fbbe2f /tools/h5diff/h5diff_main.c | |
parent | 6aeb73dd44ed126dcb3f77b9ff4ff95c2403ea62 (diff) | |
download | hdf5-110a855d5e4509ed41b612206dd621f3223f0d55.zip hdf5-110a855d5e4509ed41b612206dd621f3223f0d55.tar.gz hdf5-110a855d5e4509ed41b612206dd621f3223f0d55.tar.bz2 |
[svn-r12687] reverted back some changes that inadvertedely added some output to the
parallel part of h5diff
tested : heping parallel
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r-- | tools/h5diff/h5diff_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c index 95eecf4..454a033 100644 --- a/tools/h5diff/h5diff_main.c +++ b/tools/h5diff/h5diff_main.c @@ -63,7 +63,7 @@ int main(int argc, const char *argv[]) nfound = h5diff(fname1,fname2,objname1,objname2,&options); - print_results(&options,nfound); + print_results(&options); /*------------------------------------------------------------------------- * exit code |