Commit 38e0e4bb authored by Stan Moore's avatar Stan Moore
Browse files

Add missing typedef in Kokkos pair styles

parent daf9f953
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();

+1 −0
Original line number Diff line number Diff line
@@ -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();