[svn-r8397] Purpose:

h5repack in 1.6

Description:

2 functions we re added to /src:
H5Premove filter and H5Iget_file_id



Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2004-04-19 19:19:46 -05:00
parent beb0079ae1
commit 365ca1225d
88 changed files with 6029 additions and 8829 deletions

View File

@@ -1,12 +1,11 @@
#############################
Expected output for 'h5diff file1.h5 file2.h5 -n 2 g1/dset1 g1/dset2'
Expected output for 'h5diff file1.h5 file2.h5 -v -n 2 g1/dset1 g1/dset2'
#############################
$h5diff file1.h5 file2.h5 -n 2 g1/dset1 g1/dset2
Comparing </g1/dset1> with </g1/dset2>
$h5diff file1.h5 file2.h5 -v -n 2 g1/dset1 g1/dset2
Dataset: </g1/dset1> and </g1/dset2>
position dset1 dset2 difference
------------------------------------------------------------
[ 0 1 ] 1 1.1 0.1
[ 1 0 ] 1 1.01 0.01
[ 0 1 ] 1.000000 1.100000 0.100000
[ 1 0 ] 1.000000 1.010000 0.010000
2 differences found