From a4dd08d0215bd1cca7fcdecf24b020fb2f3e97d0 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 20 Sep 2006 01:43:15 +0000 Subject: [PATCH] src/H5BlockTypes.h - struct H5BlockStrukt * "have_layout" added --- src/H5BlockTypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/H5BlockTypes.h b/src/H5BlockTypes.h index 47cb663..e12742d 100644 --- a/src/H5BlockTypes.h +++ b/src/H5BlockTypes.h @@ -17,6 +17,7 @@ struct H5BlockStruct { h5part_int64_t k_max; struct H5BlockPartition *user_layout; struct H5BlockPartition *write_layout; + int have_layout; hid_t shape; hid_t memshape;