Files
hdf5/tools/testfiles/tarray4.ddl
Quincey Koziol eb89d7b53a [svn-r22105] Description:
Bring r20557:22085 from trunk to this branch, also fixing some other
issues/failures in the branch simultaneously.  The h5repack tests are still
failing, but Neil will be checking into those, so the branch can be fully
functional again.

Tested on:
	Mac OSX/64 10.7.3 (amazon) w/debug
2012-03-21 10:10:17 -05:00

66 lines
1.1 KiB
SQL

HDF5 "tarray4.h5" {
GROUP "/" {
DATASET "Dataset1" {
DATATYPE H5T_ARRAY { [4] H5T_COMPOUND {
H5T_STD_I32LE "i";
H5T_IEEE_F32LE "f";
} }
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
(0): [ {
0,
0
}, {
1,
1
}, {
2,
2
}, {
3,
3
} ],
(1): [ {
10,
2.5
}, {
11,
3.5
}, {
12,
4.5
}, {
13,
5.5
} ],
(2): [ {
20,
5
}, {
21,
6
}, {
22,
7
}, {
23,
8
} ],
(3): [ {
30,
7.5
}, {
31,
8.5
}, {
32,
9.5
}, {
33,
10.5
} ]
}
}
}
}