forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12243 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0ee504a737
commit
4f945993d5
|
@ -715,8 +715,8 @@ void CommBrick::exchange()
|
|||
|
||||
// check incoming atoms to see if they are in my box
|
||||
// if so, add to my list
|
||||
// check is only for this dimension,
|
||||
// may be passed to another proc on later dims
|
||||
// box check is only for this dimension,
|
||||
// atom may be passed to another proc in later dims
|
||||
|
||||
m = 0;
|
||||
while (m < nrecv) {
|
||||
|
|
Loading…
Reference in New Issue