From 5fe5fc0b10e8bbf3c4b22fc4e51cd465679514b2 Mon Sep 17 00:00:00 2001 From: cjknight Date: Thu, 3 Oct 2024 15:43:26 +0000 Subject: [PATCH] remove old logic --- src/KOKKOS/npair_kokkos.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/KOKKOS/npair_kokkos.cpp b/src/KOKKOS/npair_kokkos.cpp index 927cd4b8a5..4fec623c5d 100644 --- a/src/KOKKOS/npair_kokkos.cpp +++ b/src/KOKKOS/npair_kokkos.cpp @@ -1438,7 +1438,6 @@ void NeighborKokkosExecute::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];