fixed bug in triclinic case

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14801 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2016-04-04 21:07:40 +00:00
parent 25992ae9f7
commit 5ebf01ec79
1 changed files with 1 additions and 1 deletions

View File

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