[svn-r11445] Purpose:

h5diff new feature

Description:

a user asked for the message
"Some objects are not comparable"
to be more noticeable

Solution:


--------------------------------
Some objects are not comparable
--------------------------------




Platforms tested:
linux

Misc. update:
This commit is contained in:
Pedro Vicente Nunes 2005-09-20 13:56:59 -05:00
parent 52b811cc98
commit 8d7dbd9dc1
7 changed files with 14 additions and 0 deletions

View File

@ -194,7 +194,9 @@ void parse_input(int argc, const char* argv[], const char** fname1, const char**
if (options->not_cmp==1)
{
printf("--------------------------------\n");
printf("Some objects are not comparable\n");
printf("--------------------------------\n");
if (!options->m_verbose)
printf("Use -v for a list of objects.\n");
}

View File

@ -2,4 +2,6 @@
Expected output for 'h5diff file3.h5 file3.h5 -v dset group'
#############################
Comparison not possible: </dset> is of type H5G_DATASET and </group> is of type H5G_GROUP
--------------------------------
Some objects are not comparable
--------------------------------

View File

@ -2,4 +2,6 @@
Expected output for 'h5diff file3.h5 file3.h5 -v dset link'
#############################
Comparison not possible: </dset> is of type H5G_DATASET and </link> is of type H5G_LINK
--------------------------------
Some objects are not comparable
--------------------------------

View File

@ -2,4 +2,6 @@
Expected output for 'h5diff file3.h5 file3.h5 -v dset type'
#############################
Comparison not possible: </dset> is of type H5G_DATASET and </type> is of type H5G_TYPE
--------------------------------
Some objects are not comparable
--------------------------------

View File

@ -10,4 +10,6 @@ Warning: Different storage datatype
</dset7b> has file datatype H5T_STD_U8LE
Comparison not supported: </dset7a> has sign H5T_SGN_2 and </dset7b> has sign H5T_SGN_NONE
0 differences found
--------------------------------
Some objects are not comparable
--------------------------------

View File

@ -1142,4 +1142,6 @@ position float3D of </> float3D of </> difference
[ 3 2 0 ] 23.000000 0.000000 23.000000
[ 3 2 1 ] 24.000000 0.000000 24.000000
24 differences found
--------------------------------
Some objects are not comparable
--------------------------------

View File

@ -712,4 +712,6 @@ position vlen3D vlen3D difference
59 differences found
Group: </> and </>
0 differences found
--------------------------------
Some objects are not comparable
--------------------------------