mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r6801] Purpose:
h5diff update Description: removed the -l , list, option this feature will be part of a different tool Solution: Platforms tested: Windows 2000 (octopus) Linux 2.4 (rockaway) SunOS 5.7 (arabica) IRIX 6.5 (modi4) Misc. update:
This commit is contained in:
parent
e18c556519
commit
180b83bbbe
@ -28,7 +28,6 @@
|
||||
|
||||
typedef struct options_t
|
||||
{
|
||||
int l_; /* list */
|
||||
int r_; /* report only what objects differ */
|
||||
int d_; /* delta difference */
|
||||
double d_delta; /* delta value */
|
||||
@ -75,16 +74,7 @@ int check_f_input( const char* );
|
||||
int get_index( const char *obj, int nobjects, info_t *info );
|
||||
int compare_object( char *obj1, char *obj2 );
|
||||
void usage(void);
|
||||
void leave();
|
||||
|
||||
|
||||
|
||||
/* diff tst*/
|
||||
int do_test_files(void);
|
||||
int write_dataset( hid_t file_id, int rank, hsize_t *dims, const char *dset_name,
|
||||
hid_t type_id, void *data );
|
||||
|
||||
|
||||
void leave(void);
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
@ -110,7 +100,6 @@ void usage(void)
|
||||
printf("file2_name File name of the second HDF5 file\n");
|
||||
printf("[OPTIONS] are:\n");
|
||||
printf("[-h ] Print out this information\n");
|
||||
printf("[-l ] List contents of file\n");
|
||||
printf("[-r ] Print only what objects differ\n");
|
||||
printf("[-n count] Print difference up to count number for each variable\n");
|
||||
printf("[-d delta] Print difference when it is greater than limit delta\n");
|
||||
@ -126,7 +115,7 @@ void usage(void)
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
void leave()
|
||||
void leave(void)
|
||||
{
|
||||
exit(EXIT_SUCCESS);
|
||||
printf("\n");
|
||||
@ -213,9 +202,6 @@ int main(int argc, const char *argv[])
|
||||
case 'h':
|
||||
usage();
|
||||
leave();
|
||||
case 'l':
|
||||
options.l_ = 1;
|
||||
break;
|
||||
case 'r':
|
||||
options.r_ = 1;
|
||||
break;
|
||||
@ -354,15 +340,6 @@ int main(int argc, const char *argv[])
|
||||
H5get_object_info( file1_id, info1 );
|
||||
H5get_object_info( file2_id, info2 );
|
||||
|
||||
if ( options.l_ )
|
||||
{
|
||||
list ( file1_name, nobjects1, info1 );
|
||||
list ( file2_name, nobjects2, info2 );
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* object name was supplied
|
||||
*-------------------------------------------------------------------------
|
||||
|
@ -103,9 +103,6 @@ TOOLTEST h5diff_02.txt -x h5diff_test1.h5 h5diff_test2.h5
|
||||
# test 0.3.1: Check for -h option
|
||||
TOOLTEST h5diff_031.txt -h h5diff_test1.h5 h5diff_test2.h5
|
||||
|
||||
# test 0.3.2: Check for -l option
|
||||
TOOLTEST h5diff_032.txt -l h5diff_test1.h5 h5diff_test2.h5
|
||||
|
||||
# test 0.3.3: Check for -r option
|
||||
TOOLTEST h5diff_033.txt -r h5diff_test1.h5 h5diff_test2.h5
|
||||
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -10,7 +10,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
@ -11,7 +11,6 @@ file1_name File name of the first HDF5 file
|
||||
file2_name File name of the second HDF5 file
|
||||
[OPTIONS] are:
|
||||
[-h ] Print out this information
|
||||
[-l ] List contents of file
|
||||
[-r ] Print only what objects differ
|
||||
[-n count] Print difference up to count number for each variable
|
||||
[-d delta] Print difference when it is greater than limit delta
|
||||
|
Loading…
x
Reference in New Issue
Block a user