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

This commit is contained in:
sjplimp
2014-08-08 20:36:32 +00:00
parent c1e12f9508
commit b7e6d76f38
6 changed files with 127 additions and 99 deletions

View File

@ -1139,7 +1139,7 @@ void CommTiled::reverse_comm_fix(Fix *fix, int size)
MPI_Status status;
if (size) nsize = size;
else nsize = fix->comm_forward;
else nsize = fix->comm_reverse;
for (int iswap = nswap-1; iswap >= 0; iswap--) {
nsend = nsendproc[iswap] - sendself[iswap];