uncomment after debugging done

This commit is contained in:
alphataubio
2024-08-06 00:58:49 -04:00
parent fa4c1d6190
commit 7d6ef008e0

View File

@ -217,8 +217,8 @@ void FixWallLJ93Kokkos<DeviceType>::v_tally(value_type result, int n, int i, dou
if (vflag_global)
result[n+7] += vn;
//if (vflag_atom)
//Kokkos::atomic_add(&(d_vatom(i,n)),vn);
if (vflag_atom)
Kokkos::atomic_add(&(d_vatom(i,n)),vn);
}
namespace LAMMPS_NS {