diff --git a/src/VORONOI/compute_voronoi_atom.cpp b/src/VORONOI/compute_voronoi_atom.cpp index d367e91a96a777511eaac93c20475c1f5a35c622..ffdf5b7fadb460b80124f6aace81435e97672191 100644 --- a/src/VORONOI/compute_voronoi_atom.cpp +++ b/src/VORONOI/compute_voronoi_atom.cpp @@ -250,7 +250,7 @@ void ComputeVoronoi::buildCells() double *sublo = domain->sublo, *sublo_lamda = domain->sublo_lamda, *boxlo = domain->boxlo; double *subhi = domain->subhi, *subhi_lamda = domain->subhi_lamda; double *cut = comm->cutghost; - double sublo_bound[3], subhi_bound[3], cut_bound[3]; + double sublo_bound[3], subhi_bound[3]; double **x = atom->x; // setup bounds for voro++ domain for orthogonal and triclinic simulation boxes