forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2092 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
dd589582e8
commit
adbe2d414f
|
@ -265,7 +265,7 @@ void PPPM::init()
|
|||
double zprd_slab = zprd*slab_volfactor;
|
||||
|
||||
double dist[3];
|
||||
double cuthalf = 0.5 * neighbor->skin + qdist;
|
||||
double cuthalf = 0.5*neighbor->skin + qdist;
|
||||
if (triclinic == 0) dist[0] = dist[1] = dist[2] = cuthalf;
|
||||
else {
|
||||
dist[0] = cuthalf/domain->prd[0];
|
||||
|
|
Loading…
Reference in New Issue