forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8066 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
aca77bd76f
commit
8fb0508d38
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue