mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
Fixed Bug# 1979 Output from h5ls -rdlS on nested compound datatypes is difficult to parse. Description: Update to add curly brackets for the nested compound members, when S (--simple) option is used with -l (--label), so user can tell which members blong to which compound type. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32)
17 lines
559 B
Plaintext
17 lines
559 B
Plaintext
#############################
|
|
output for 'h5ls -w80 -r -d -S tnestedcomp.h5'
|
|
#############################
|
|
/ Group
|
|
/ArrayOfStructures Dataset {10}
|
|
Data:
|
|
0 0 1 "A" -100 100
|
|
1 1 0.5 "B" -100 100
|
|
2 4 0.333333333333333 "C" -100 100
|
|
3 9 0.25 "D" -100 100
|
|
4 16 0.2 "E" -100 100
|
|
5 25 0.166666666666667 "F" -100 100
|
|
6 36 0.142857142857143 "G" -100 100
|
|
7 49 0.125 "H" -100 100
|
|
8 64 0.111111111111111 "I" -100 100
|
|
9 81 0.1 "J" -100 100
|