Commit b3557bfb authored by Dan Ibanez's avatar Dan Ibanez Committed by Stan Gerald Moore (stamoor)
Browse files

add missing return in comm_tiled_kokkos

parent 62dea1bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -262,5 +262,5 @@ void CommTiledKokkos::forward_comm_array(int nsize, double **array)

int CommTiledKokkos::exchange_variable(int n, double *inbuf, double *&outbuf)
{
  CommTiled::exchange_variable(n,inbuf,outbuf);
  return CommTiled::exchange_variable(n,inbuf,outbuf);
}