Missing variable declaration

This commit is contained in:
jtclemm
2024-10-31 15:38:54 -06:00
parent df882a9552
commit a15a315341

View File

@ -661,7 +661,7 @@ void CommKokkos::reverse_comm(Pair *pair, int size)
template<class DeviceType>
void CommKokkos::reverse_comm_device(Pair *pair, int size)
{
int iswap,n;
int iswap,n,nsize;
MPI_Request request;
DAT::tdual_xfloat_1d k_buf_tmp;