diff --git a/src/KOKKOS/pair_kokkos.h b/src/KOKKOS/pair_kokkos.h index c28c858113..2934ddf621 100644 --- a/src/KOKKOS/pair_kokkos.h +++ b/src/KOKKOS/pair_kokkos.h @@ -51,7 +51,8 @@ struct DoCoul<1> { //Specialisation for Neighborlist types Half, HalfThread, Full template -struct PairComputeFunctor { +class PairComputeFunctor { + public: typedef typename PairStyle::device_type device_type ; typedef ArrayTypes AT;