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
This commit is contained in:
2007-11-22 10:52:34 +00:00
parent b9e9b910f1
commit 082724e233
+4
View File
@@ -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;