mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
072919b9d7
Description: the original code that showed a name for HARDLINK was reassigning that name to a name made in the dump traversal (made by concatenation by nested objects) Solution: removed this reassigmnet now the name showed after HARDLINK is always the first name found for that object (this object is printed once interely; subsequent printings show the word HARDLINK and the first name ) Platforms tested: linux AIX solaris Misc. update:
33 lines
728 B
SQL
33 lines
728 B
SQL
#############################
|
|
Expected output for 'h5dump -a /attr1 --attribute /attr4 --attribute=/attr5 tattr.h5'
|
|
#############################
|
|
HDF5 "tattr.h5" {
|
|
ATTRIBUTE "/attr1" {
|
|
DATATYPE H5T_STD_I8BE
|
|
DATASPACE SIMPLE { ( 24 ) / ( 24 ) }
|
|
DATA {
|
|
(0): 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114,
|
|
(14): 111, 111, 116, 32, 103, 114, 111, 117, 112, 0
|
|
}
|
|
}
|
|
ATTRIBUTE "/attr4" {
|
|
DATATYPE H5T_STD_I32BE
|
|
DATASPACE SCALAR
|
|
DATA {
|
|
(0): 100
|
|
}
|
|
}
|
|
ATTRIBUTE "/attr5" {
|
|
DATATYPE H5T_STRING {
|
|
STRSIZE 17;
|
|
STRPAD H5T_STR_NULLTERM;
|
|
CSET H5T_CSET_ASCII;
|
|
CTYPE H5T_C_S1;
|
|
}
|
|
DATASPACE SCALAR
|
|
DATA {
|
|
(0): "string attribute"
|
|
}
|
|
}
|
|
}
|