one more change

This commit is contained in:
Steve Plimpton
2019-07-10 08:48:33 -06:00
parent 89af88bd10
commit 941607595a

View File

@ -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