diff --git a/src/KOKKOS/pair_reaxc_kokkos.cpp b/src/KOKKOS/pair_reaxc_kokkos.cpp
index 3a4a91ede4ce303906590ea56695a5d40933a660..c5106775b44042f296b52c8a21483372c33dfd3f 100644
--- a/src/KOKKOS/pair_reaxc_kokkos.cpp
+++ b/src/KOKKOS/pair_reaxc_kokkos.cpp
@@ -1229,7 +1229,7 @@ void PairReaxCKokkos<DeviceType>::operator()(PairReaxComputeTabulatedLJCoulomb<N
 
     const int tmin  = MIN( itype, jtype );
     const int tmax  = MAX( itype, jtype );
-    const LR_lookup_table_kk<DeviceType> t = d_LR(tmin,tmax);
+    const LR_lookup_table_kk<DeviceType>& t = d_LR(tmin,tmax);
 
 
     /* Cubic Spline Interpolation */