(cherry picked from commit 6410797697)
This commit is contained in:
Axel Kohlmeyer 2017-02-08 14:31:11 -05:00
parent 8c074a363a
commit a5f830c40c
1 changed files with 1 additions and 1 deletions

View File

@ -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];