From 0ebb56e5e8ca3d16ed6fc09e8f56feda5b42f1a8 Mon Sep 17 00:00:00 2001 From: alphataubio Date: Sun, 4 Aug 2024 17:14:20 -0400 Subject: [PATCH] remove commented out code --- src/KOKKOS/fix_nh_kokkos.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/KOKKOS/fix_nh_kokkos.cpp b/src/KOKKOS/fix_nh_kokkos.cpp index d9634b9d8b..7e2d6a619e 100644 --- a/src/KOKKOS/fix_nh_kokkos.cpp +++ b/src/KOKKOS/fix_nh_kokkos.cpp @@ -449,13 +449,6 @@ void FixNHKokkos::remap() // convert pertinent atoms and rigid bodies back to box coords - //domainKK->lamda2x(nlocal); - //if (allremap) domainKK->lamda2x(nlocal); - //else { - // for (i = 0; i < nlocal; i++) - // if (mask[i] & dilate_group_bit) - // domain->lamda2x(x[i],x[i]); - //} if (allremap) domainKK->lamda2x(nlocal); else { for ( int i = 0; i < nlocal; i++)