Commit a5f830c4 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo

(cherry picked from commit 64107976)
parent 8c074a36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ void PairTersoffMODKokkos<DeviceType>::operator()(TagPairTersoffMODComputeHalf<N
  const X_FLOAT ytmp = x(i,1);
  const X_FLOAT ztmp = x(i,2);
  const int itype = type(i);
  const int tagitag = tag(i);
  const tagint itag = tag(i);

  F_FLOAT fi[3], fj[3], fk[3];