git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@982 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2007-10-05 21:37:43 +00:00
parent bd43e8535f
commit e7a56b4a61
1 changed files with 1 additions and 0 deletions

View File

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