one more change
This commit is contained in:
@ -101,7 +101,7 @@ void CommTiled::init()
|
|||||||
|
|
||||||
int bufextra_old = bufextra;
|
int bufextra_old = bufextra;
|
||||||
init_exchange();
|
init_exchange();
|
||||||
if (bufextra > bufextra_old) grow_send(maxsend+bufextra,0);
|
if (bufextra > bufextra_old) grow_send(maxsend+bufextra,2);
|
||||||
|
|
||||||
// temporary restrictions
|
// temporary restrictions
|
||||||
|
|
||||||
@ -645,7 +645,7 @@ void CommTiled::exchange()
|
|||||||
if (maxexchange_fix_dynamic) {
|
if (maxexchange_fix_dynamic) {
|
||||||
int bufextra_old = bufextra;
|
int bufextra_old = bufextra;
|
||||||
init_exchange();
|
init_exchange();
|
||||||
if (bufextra > bufextra_old) grow_send(maxsend+bufextra,1);
|
if (bufextra > bufextra_old) grow_send(maxsend+bufextra,2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// domain properties used in exchange method and methods it calls
|
// domain properties used in exchange method and methods it calls
|
||||||
|
|||||||
Reference in New Issue
Block a user