[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:
Pedro Vicente Nunes
2006-09-26 14:21:55 -05:00
parent 6aeb73dd44
commit 110a855d5e
50 changed files with 192 additions and 246 deletions

View File

@@ -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);
}
/*-------------------------------------------------------------------------