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

This commit is contained in:
sjplimp 2012-05-17 16:48:31 +00:00
parent aca77bd76f
commit 8fb0508d38
1 changed files with 2 additions and 1 deletions

View File

@ -349,11 +349,12 @@ void Pair::ev_setup(int eflag, int vflag)
/* ----------------------------------------------------------------------
set all flags to zero for energy, virial computation
called by some complicated many-body potentials that use individual flags
to insure no holdover of flags from previous timestep
------------------------------------------------------------------------- */
void Pair::ev_unset()
{
evflag = 0;
eflag_either = 0;