Fixed compiler errors

This commit is contained in:
Martin Bauernfeind 2022-07-13 14:52:37 +02:00
parent fb304f240b
commit 7bad7e84b6

View File

@ -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
};