mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
a64589450e
Eliminate storing # of links in "link info" message, regenerate it when the object is opened instead. Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
23 lines
544 B
SQL
23 lines
544 B
SQL
#############################
|
|
Expected output for 'h5dump -n tfcontents1.h5'
|
|
#############################
|
|
HDF5 "tfcontents1.h5" {
|
|
FILE_CONTENTS {
|
|
datatype /#5616
|
|
dataset /dset
|
|
dataset /dset3 -> /dset
|
|
dataset /dset4 -> /dset
|
|
dataset /dsetmytype2
|
|
ext link /extlink -> fname oname
|
|
group /g1
|
|
dataset /g1/dset1 -> /dset
|
|
group /g1/g1.1
|
|
dataset /g1/g1.1/dset2 -> /dset
|
|
group /g2 -> /g1/g1.1
|
|
link /mylink -> mylink
|
|
datatype /mytype
|
|
link /softlink -> /dset
|
|
UD link type /udlink ->
|
|
}
|
|
}
|