[svn-r10017] Purpose:
bug fix/new feature. Description: (committing changes made by Leon.) ph5diff now is a real program by itself. It has its own main (ph5diff_main.c). Codes common to h5diff and ph5diff are in h5diff_common.c. Removed the hack that hide failures from testh5diff.sh. Platforms tested: heping(serial, pp), sol (pp), copper(pp). Misc. update:
This commit is contained in:
7
tools/h5diff/h5diff_common.h
Normal file
7
tools/h5diff/h5diff_common.h
Normal file
@@ -0,0 +1,7 @@
|
||||
void usage(void);
|
||||
int check_n_input( const char* );
|
||||
int check_f_input( const char* );
|
||||
void parse_input(int argc, const char* argv[], const char** fname1, const char** fname2, const char** objname1, const char** objname2, diff_opt_t* options);
|
||||
void h5diff_exit(int status);
|
||||
void print_results(hsize_t nfound, diff_opt_t* options);
|
||||
|
||||
Reference in New Issue
Block a user