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

This commit is contained in:
sjplimp 2010-10-21 17:32:09 +00:00
parent 835fb01d62
commit c41643fd03
1 changed files with 3 additions and 2 deletions

View File

@ -764,7 +764,8 @@ int PairMEAM::pack_comm(int n, int *list, double *buf, int pbc_flag, int *pbc)
buf[m++] = tsq_ave[j][1];
buf[m++] = tsq_ave[j][2];
}
return 38;
return comm_forward;
}
/* ---------------------------------------------------------------------- */
@ -840,7 +841,7 @@ int PairMEAM::pack_reverse_comm(int n, int first, double *buf)
buf[m++] = tsq_ave[i][2];
}
return 30;
return comm_reverse;
}
/* ---------------------------------------------------------------------- */