Fixed compiler errors
This commit is contained in:
		@@ -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
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user