diff --git a/src/comm_tiled.cpp b/src/comm_tiled.cpp index 2e04aa2978..652bb7add9 100644 --- a/src/comm_tiled.cpp +++ b/src/comm_tiled.cpp @@ -101,7 +101,7 @@ void CommTiled::init() int bufextra_old = bufextra; init_exchange(); - if (bufextra > bufextra_old) grow_send(maxsend+bufextra,0); + if (bufextra > bufextra_old) grow_send(maxsend+bufextra,2); // temporary restrictions @@ -645,7 +645,7 @@ void CommTiled::exchange() if (maxexchange_fix_dynamic) { int bufextra_old = bufextra; 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