forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12249 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ebc7b99234
commit
cbed68e0e6
src
|
@ -243,7 +243,7 @@ void RCB::compute(int dimension, int n, double **x, double *wt,
|
|||
if (dim == 0 && hi[2]-lo[2] > hi[0]-lo[0]) dim = 2;
|
||||
if (dim == 1 && hi[2]-lo[2] > hi[1]-lo[1]) dim = 2;
|
||||
}
|
||||
|
||||
|
||||
// create active list and mark array for dots
|
||||
// initialize active list to all dots
|
||||
|
||||
|
|
Loading…
Reference in New Issue