This commit is contained in:
Stan Moore
2022-05-04 10:18:11 -06:00
parent 515e2928a9
commit 7fa2fe134c

View File

@ -160,7 +160,7 @@ void PairEAMKokkos<DeviceType>::compute(int eflag_in, int vflag_in)
}
}
if (need_dup) Kokkos::Experimental::contribute(d_rho, dup_rho);
if (need_dup)
Kokkos::Experimental::contribute(d_rho, dup_rho);
// communicate and sum densities (on the host)