hdf5/tools/testfiles/trawssetfile.ddl

15 lines
244 B
Plaintext
Raw Normal View History

2022-05-14 03:31:31 +08:00
HDF5 "tdset.h5" {
DATASET "/dset1" {
DATATYPE H5T_STD_I32BE
DATASPACE SIMPLE { ( 10, 20 ) / ( 10, 20 ) }
SUBSET {
START ( 1, 1 );
STRIDE ( 1, 1 );
COUNT ( 1, 1 );
BLOCK ( 1, 1 );
DATA {
}
}
}
}