added HDF5 chunking

This commit is contained in:
2009-01-16 15:27:38 +00:00
parent 9d299def98
commit 9b0c18cd40
+1
View File
@@ -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;