Fixed compiler errors
This commit is contained in:
parent
fb304f240b
commit
7bad7e84b6
@ -198,10 +198,10 @@ static int* c_stencil = NULL;
|
||||
static int* c_resize_needed = NULL;
|
||||
static int* c_new_maxneighs = NULL;
|
||||
static Binning c_binning{
|
||||
.mbins = 0;
|
||||
.atoms_per_bin = 0;
|
||||
.bincount = NULL;
|
||||
.bins = 0;
|
||||
.bincount = NULL,
|
||||
.bins = NULL,
|
||||
.mbins = 0,
|
||||
.atoms_per_bin = 0
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user