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_resize_needed = NULL;
|
||||||
static int* c_new_maxneighs = NULL;
|
static int* c_new_maxneighs = NULL;
|
||||||
static Binning c_binning{
|
static Binning c_binning{
|
||||||
.mbins = 0;
|
.bincount = NULL,
|
||||||
.atoms_per_bin = 0;
|
.bins = NULL,
|
||||||
.bincount = NULL;
|
.mbins = 0,
|
||||||
.bins = 0;
|
.atoms_per_bin = 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user