src/H5PartTypes.h:
- change type 'stepno_width' in 'struct H5PartFile' from 'int' to 'h5part_int64-t'
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user