From 9b0c18cd40022a30fffc801f4a478f963010ebaf Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 16 Jan 2009 15:27:38 +0000 Subject: [PATCH] added HDF5 chunking --- src/H5BlockTypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/H5BlockTypes.h b/src/H5BlockTypes.h index e12742d..8ebc8e7 100644 --- a/src/H5BlockTypes.h +++ b/src/H5BlockTypes.h @@ -18,6 +18,7 @@ struct H5BlockStruct { struct H5BlockPartition *user_layout; struct H5BlockPartition *write_layout; int have_layout; + hsize_t chunk[3]; hid_t shape; hid_t memshape;