mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
h5diff new features Description: added the diff for variable lenght, opaque, enum, and bitfield datasets Solution: Platforms tested: linux solaris 2.7 IRIX Misc. update:
31 lines
1010 B
Plaintext
31 lines
1010 B
Plaintext
#############################
|
|
Expected output for 'h5diff file4.h5 file4.h5 -v array'
|
|
#############################
|
|
$h5diff file4.h5 file4.h5 -v array
|
|
|
|
file1 file2
|
|
---------------------------------------
|
|
x x /array
|
|
x x /bitfield
|
|
x x /compound
|
|
x x /enum
|
|
x x /float
|
|
x x /integer
|
|
x x /opaque
|
|
x x /ref
|
|
x x /string
|
|
x x /vlen
|
|
|
|
</array> and </array> are empty datasets
|
|
</bitfield> and </bitfield> are empty datasets
|
|
</compound> and </compound> are empty datasets
|
|
</enum> and </enum> are empty datasets
|
|
</float> and </float> are empty datasets
|
|
</integer> and </integer> are empty datasets
|
|
</opaque> and </opaque> are empty datasets
|
|
Comparison not supported
|
|
</ref> is of class H5T_REFERENCE and </ref> is of class H5T_REFERENCE
|
|
</string> and </string> are empty datasets
|
|
</vlen> and </vlen> are empty datasets
|
|
|