[svn-r12687] reverted back some changes that inadvertedely added some output to the
parallel part of h5diff tested : heping parallel
This commit is contained in:
@@ -181,7 +181,7 @@ void parse_input(int argc, const char* argv[], const char** fname1, const char**
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
void print_results(diff_opt_t* options, hsize_t nfound)
|
||||
void print_results(diff_opt_t* options)
|
||||
{
|
||||
if (options->m_quiet || options->err_stat)
|
||||
return;
|
||||
@@ -202,8 +202,6 @@ void print_results(diff_opt_t* options, hsize_t nfound)
|
||||
printf("Use -v for a list of objects.\n");
|
||||
}
|
||||
|
||||
print_found(nfound);
|
||||
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user