diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2013-07-31 17:21:24 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2013-07-31 17:21:24 (GMT) |
commit | 3146ddb5c2fc5e57b72eb2ecce697a7016f92b3a (patch) | |
tree | 86ee712cb09b010cf9ac1b41b0c0571505bc372a /tools/testfiles/trawssetfile.ddl | |
parent | 66310368341199e259b793b13e8f06b2e3e491c4 (diff) | |
download | hdf5-3146ddb5c2fc5e57b72eb2ecce697a7016f92b3a.zip hdf5-3146ddb5c2fc5e57b72eb2ecce697a7016f92b3a.tar.gz hdf5-3146ddb5c2fc5e57b72eb2ecce697a7016f92b3a.tar.bz2 |
[svn-r23954] Bring revisions #23715 - 23745 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'tools/testfiles/trawssetfile.ddl')
-rw-r--r-- | tools/testfiles/trawssetfile.ddl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/testfiles/trawssetfile.ddl b/tools/testfiles/trawssetfile.ddl new file mode 100644 index 0000000..e8f07f8 --- /dev/null +++ b/tools/testfiles/trawssetfile.ddl @@ -0,0 +1,14 @@ +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 { + } + } +} +} |