remove last v_setup() calls from fixes

This commit is contained in:
Plimpton
2021-01-21 17:36:20 -07:00
parent d169f6c169
commit d8fbf7f0ca
3 changed files with 4 additions and 7 deletions

View File

@ -158,10 +158,9 @@ void FixClientMD::min_setup(int vflag)
void FixClientMD::post_force(int vflag)
{
// energy and virial setup
// virial setup
if (vflag) v_setup(vflag);
else evflag = 0;
v_init(vflag);
// STEP send every step
// required fields: COORDS

View File

@ -565,8 +565,7 @@ void FixRigidNH::initial_integrate(int vflag)
// virial setup before call to set_xv
if (vflag) v_setup(vflag);
else evflag = 0;
v_init(vflag);
// remap simulation box by 1/2 step

View File

@ -591,8 +591,7 @@ void FixRigidNHSmall::initial_integrate(int vflag)
// virial setup before call to set_xv
if (vflag) v_setup(vflag);
else evflag = 0;
v_init(vflag);
// remap simulation box by 1/2 step