forked from lijiext/lammps
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:
parent
25992ae9f7
commit
5ebf01ec79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue