Commit 72b479d4 authored by Stan Moore's avatar Stan Moore
Browse files

Add missing return value in pair_snap_kokkos

parent 7a788759
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -282,6 +282,8 @@ double PairSNAPKokkos<DeviceType>::init_one(int i, int j)
  double cutone = PairSNAP::init_one(i,j);
  k_cutsq.h_view(i,j) = k_cutsq.h_view(j,i) = cutone*cutone;
  k_cutsq.template modify<LMPHostType>();
  
  return cutone;
}

/* ----------------------------------------------------------------------