git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3381 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -503,7 +503,7 @@ void FixShake::post_force(int vflag)
|
||||
|
||||
// communicate results if necessary
|
||||
|
||||
if (nprocs > 1) comm->comm_fix(this);
|
||||
if (nprocs > 1) comm->forward_comm_fix(this);
|
||||
|
||||
// virial setup
|
||||
|
||||
@ -2331,7 +2331,7 @@ void FixShake::post_force_respa(int vflag, int ilevel, int iloop)
|
||||
|
||||
// communicate results if necessary
|
||||
|
||||
if (nprocs > 1) comm->comm_fix(this);
|
||||
if (nprocs > 1) comm->forward_comm_fix(this);
|
||||
|
||||
// virial setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user