src/H5PartTypes.h:

- change type 'stepno_width' in 'struct H5PartFile' from 'int' to
  'h5part_int64-t'
This commit is contained in:
2007-07-11 14:35:51 +00:00
parent 1a20e25a84
commit a38a56865f
+1 -1
View File
@@ -34,7 +34,7 @@ struct H5BlockFile;
struct H5PartFile {
hid_t file;
char *groupname_step;
int stepno_width;
h5part_int64_t stepno_width;
int empty;
h5part_int64_t timestep;