git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9447 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user