remove old logic

This commit is contained in:
cjknight
2024-10-03 15:43:26 +00:00
parent b7d529d945
commit 5fe5fc0b10

View File

@ -1438,7 +1438,6 @@ void NeighborKokkosExecute<DeviceType>::build_ItemSizeGPU(typename Kokkos::TeamP
for (int k = 0; k < nstencil; k++) {
const int jbin = ibin + stencil[k];
//if (ibin == jbin) continue;
if (HalfNeigh && Newton && !Tri && (ibin == jbin)) continue;
bincount_current = c_bincount[jbin];