Commit 270abff2 authored by Stan Moore's avatar Stan Moore
Browse files

Fix compile error for CUDA in pair_exp6_rx_kokkos

parent 13b804ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2112,6 +2112,7 @@ void partition_range( const int begin, const int end, int &thread_begin, int &th

/* ---------------------------------------------------------------------- */

#ifndef KOKKOS_HAVE_CUDA
template<class DeviceType>
  template<class ArrayT>
void PairExp6rxKokkos<DeviceType>::getMixingWeightsVect(const int np_total, int errorFlag, 
@@ -2460,6 +2461,7 @@ void PairExp6rxKokkos<DeviceType>::getMixingWeightsVect(const int np_total, int
  if (errorFlag2 > 0)
    errorFlag = 2;
}
#endif

/* ---------------------------------------------------------------------- */