Add multiple inheritance to pair_multi_lucy_rx_kokkos

This commit is contained in:
Stan Moore
2017-12-04 10:43:41 -07:00
parent 5d9a6c1fe2
commit 2813923f15

View File

@ -25,6 +25,7 @@ PairStyle(multi/lucy/rx/kk/host,PairMultiLucyRXKokkos<LMPHostType>)
#include "pair_multi_lucy_rx.h"
#include "pair_kokkos.h"
#include "kokkos_base.h"
#include "kokkos_type.h"
namespace LAMMPS_NS {
@ -43,7 +44,7 @@ template<int NEIGHFLAG, int NEWTON_PAIR, bool ONE_TYPE>
struct TagPairMultiLucyRXComputeLocalDensity{};
template<class DeviceType>
class PairMultiLucyRXKokkos : public PairMultiLucyRX {
class PairMultiLucyRXKokkos : public PairMultiLucyRX, public KokkosBase {
public:
typedef DeviceType device_type;
typedef ArrayTypes<DeviceType> AT;