From 082724e2332cf4dc8801d87e6d0c75f481042e63 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 22 Nov 2007 10:52:34 +0000 Subject: [PATCH] src/H5PartTypes.h * entry to keep the ID of the root group added to struct H5PartFile * name of current step/index added to struct H5PartFile --- src/H5PartTypes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/H5PartTypes.h b/src/H5PartTypes.h index b11ed97..35c6981 100644 --- a/src/H5PartTypes.h +++ b/src/H5PartTypes.h @@ -1,3 +1,4 @@ + /* System dependend definitions */ @@ -33,9 +34,12 @@ struct H5BlockFile; */ struct H5PartFile { hid_t file; + hid_t root_id; /* id of group "/" */ char *groupname_step; int stepno_width; int empty; + + char index_name[128]; h5part_int64_t timestep; hsize_t nparticles;