forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@982 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bd43e8535f
commit
e7a56b4a61
|
@ -477,6 +477,7 @@ void PairAIREBO::FREBO(int eflag, double **f)
|
|||
rsq = delx*delx + dely*dely + delz*delz;
|
||||
rij = sqrt(rsq);
|
||||
wij = Sp(rij,rcmin[itype][jtype],rcmax[itype][jtype],dwij);
|
||||
if (wij <= TOL) continue;
|
||||
|
||||
Qij = Q[itype][jtype];
|
||||
Aij = A[itype][jtype];
|
||||
|
|
Loading…
Reference in New Issue