git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@806 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -348,7 +348,7 @@ int AtomVecHybrid::unpack_exchange(double *buf)
|
||||
|
||||
int m = 0;
|
||||
for (int k = 0; k < nstyles; k++) {
|
||||
m += styles[k]->unpack_exchange(buf);
|
||||
m += styles[k]->unpack_exchange(&buf[m]);
|
||||
atom->nlocal--;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user