Fixing issue with ev_setup in pair_hybrid_kokkos

This commit is contained in:
Stan Moore
2017-03-08 20:02:02 -07:00
parent fc23f9cfe8
commit 35e1cf1d6e

View File

@ -77,7 +77,7 @@ void PairHybridKokkos::compute(int eflag, int vflag)
if (no_virial_fdotr_compute && vflag % 4 == 2) vflag = 1 + vflag/4 * 4;
if (eflag || vflag) ev_setup(eflag,vflag,0);
if (eflag || vflag) ev_setup(eflag,vflag);
else evflag = vflag_fdotr = eflag_global = vflag_global =
eflag_atom = vflag_atom = 0;