[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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user