Skip to content
Snippets Groups Projects
Commit a0410438 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Don't overflow

parent 6b54b8db
Branches
Tags
1 merge request!194Io unit conversion
......@@ -62,8 +62,8 @@ enum PARTICLE_TYPE {
extern const char* particle_type_names[];
#define FILENAME_BUFFER_SIZE 150
#define FIELD_BUFFER_SIZE 50
#define PARTICLE_GROUP_BUFFER_SIZE 20
#define FIELD_BUFFER_SIZE 200
#define PARTICLE_GROUP_BUFFER_SIZE 50
hid_t hdf5Type(enum DATA_TYPE type);
size_t sizeOfType(enum DATA_TYPE type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment