Fixing issue with ev_setup in pair_hybrid_kokkos
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user