summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tfletcher32.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tfletcher32.ddl')
-rw-r--r--tools/testfiles/tfletcher32.ddl7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/testfiles/tfletcher32.ddl b/tools/testfiles/tfletcher32.ddl
index 4e44439..b269eed 100644
--- a/tools/testfiles/tfletcher32.ddl
+++ b/tools/testfiles/tfletcher32.ddl
@@ -5,9 +5,10 @@ HDF5 "tfilters.h5" {
DATASET "fletcher32" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
- STORAGE_LAYOUT CHUNKED {
- SIZE 816 ( 10, 5 )
- }
+ STORAGE_LAYOUT {
+ CHUNKED ( 10, 5 )
+ SIZE 816
+ }
FILTERS {
CHECKSUM FLETCHER32
}