Commit 672bbbe4 authored by Dan Ibanez's avatar Dan Ibanez
Browse files

add more missing KOKKOS_INLINE_FUNCTION attributes

parent 03c9c465
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,7 +44,9 @@ class PairCoulDebyeKokkos : public PairCoulDebye {
  double init_one(int, int);

  struct params_coul{
    KOKKOS_INLINE_FUNCTION
    params_coul(){cutsq=0,scale=0;};
    KOKKOS_INLINE_FUNCTION
    params_coul(int i){cutsq=0,scale=0;};
    F_FLOAT cutsq, scale;
  };