Cloned library HDF5-1.14.1 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
852 B

2 years ago
HDF5 "tvldtypes4.h5" {
GROUP "/" {
DATASET "Dataset1" {
DATATYPE H5T_VLEN { H5T_COMPOUND {
H5T_STD_I32LE "i";
H5T_IEEE_F32LE "f";
}}
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
(0): ({
0,
0
}),
(1): ({
10,
6.66667
}, {
11,
7
}),
(2): ({
20,
13.3333
}, {
21,
13.6667
}, {
22,
14
}),
(3): ({
30,
20
}, {
31,
20.3333
}, {
32,
20.6667
}, {
33,
21
})
}
}
}
}