Unverified Commit 765b547a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #2147 from stanmoore1/kk_sw

Fix compile error with pair_sw_kokkos
parents 71d3827c 61d0592e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ class PairSW : public Pair {

  static const int NPARAMS_PER_LINE = 14;

 protected:
  struct Param {
    double epsilon,sigma;
    double littlea,lambda,gamma,costheta;
@@ -49,6 +48,7 @@ class PairSW : public Pair {
    int ielement,jelement,kelement;
  };

 protected:
  double cutmax;                // max cutoff for all elements
  int nelements;                // # of unique elements
  char **elements;              // names of unique elements