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

This commit is contained in:
sjplimp 2012-11-26 16:04:22 +00:00
parent ed67e1d971
commit 790aba9282
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ void PairEDIP::compute(int eflag, int vflag)
evdwl = 0.0;
if (evflag) ev_tally(i, j, nlocal, newton_pair, evdwl, 0.0,
forceModCoord_ij, dr_ij[0], dr_ij[1], dr_ij[2]);
-forceModCoord_ij, dr_ij[0], dr_ij[1], dr_ij[2]);
}
}