Add missing typedef in Kokkos pair styles

This commit is contained in:
Stan Moore 2017-02-02 13:24:05 -07:00
parent daf9f95381
commit 38e0e4bb69
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class PairLJCutCoulDebyeKokkos : public PairLJCutCoulDebye {
enum {EnabledNeighFlags=FULL|HALFTHREAD|HALF};
enum {COUL_FLAG=1};
typedef DeviceType device_type;
typedef ArrayTypes<DeviceType> AT;
PairLJCutCoulDebyeKokkos(class LAMMPS *);
~PairLJCutCoulDebyeKokkos();

View File

@ -34,6 +34,7 @@ class PairLJExpandKokkos : public PairLJExpand {
enum {EnabledNeighFlags=FULL|HALFTHREAD|HALF|N2};
enum {COUL_FLAG=0};
typedef DeviceType device_type;
typedef ArrayTypes<DeviceType> AT;
PairLJExpandKokkos(class LAMMPS *);
~PairLJExpandKokkos();