Fix compile error for CUDA in pair_exp6_rx_kokkos

This commit is contained in:
Stan Moore
2017-08-23 14:59:19 -06:00
parent 13b804eeeb
commit 270abff2a2

View File

@ -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
/* ---------------------------------------------------------------------- */