remove last v_setup() calls from fixes
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user