[svn-r7796] Purpose:

h5diff improvment

Description:
changed a call to exit(1) for return -1 for user friendiness in the h5diff function
in the case that H5Fopen fails

Solution:

Platforms tested:
linux (small change )


Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2003-10-30 16:51:32 -05:00
parent 967c5d5684
commit cceba7e0c9
2 changed files with 18 additions and 10 deletions

View File

@@ -3,3 +3,5 @@ Expected output for 'h5diff file1.h6 file2.h6'
#############################
$h5diff file1.h6 file2.h6
h5diff: file1.h6: No such file or directory
h5diff: file2.h6: No such file or directory