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

This commit is contained in:
sjplimp
2013-02-11 20:34:02 +00:00
parent 5ae5366040
commit 0b0bf77f04
3 changed files with 11 additions and 6 deletions

View File

@ -956,7 +956,7 @@ void Special::dihedral_trim()
if (next == nprocs) next = 0;
if (prev < 0) prev = nprocs - 1;
int messtag = 7;
int messtag = 8;
for (int loop = 0; loop < nprocs; loop++) {
i = 0;
while (i < size) {