diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-19 17:28:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-19 17:28:42 (GMT) |
commit | 76185bedfd1f992d67a9e5c447b44e31559888d9 (patch) | |
tree | 09d16a5c6b72a43aaaca2c402816401d696956e2 | |
parent | 7652ba12b0497a9d6d1197463d611d10da602351 (diff) | |
download | hdf5-76185bedfd1f992d67a9e5c447b44e31559888d9.zip hdf5-76185bedfd1f992d67a9e5c447b44e31559888d9.tar.gz hdf5-76185bedfd1f992d67a9e5c447b44e31559888d9.tar.bz2 |
revert back reference file
-rw-r--r-- | tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl b/tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl index a8b4562..87b133d 100644 --- a/tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl +++ b/tools/h5repack/testfiles/h5repack_layout.h5-plugin_test.ddl @@ -90,7 +90,7 @@ GROUP "/" { } DATASET "dset_chunk" { DATATYPE H5T_STD_I32LE - DATASPACE SIMPLE { ( 40, 20 ) / ( 40, 20 ) } + DATASPACE SIMPLE { ( 40, 20 ) / ( 40, H5S_UNLIMITED ) } STORAGE_LAYOUT { CHUNKED ( 20, 10 ) SIZE 3200 (1.000:1 COMPRESSION) |