Fix typo
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user