Whitespace

This commit is contained in:
Stan Gerald Moore
2022-03-04 08:40:22 -07:00
parent df9a772020
commit 939171094b

View File

@ -4004,7 +4004,7 @@ void PairReaxFFKokkos<DeviceType>::e_tally_single(EV_FLOAT_REAX & /*ev*/, const
const F_FLOAT &epair) const
{
// The eatom array is duplicated for OpenMP, atomic for CUDA, and neither for Serial
//
auto v_eatom = ScatterViewHelper<NeedDup_v<NEIGHFLAG,DeviceType>,decltype(dup_eatom),decltype(ndup_eatom)>::get(dup_eatom,ndup_eatom);
auto a_eatom = v_eatom.template access<AtomicDup_v<NEIGHFLAG,DeviceType>>();