From 81f96d3ea348af98ce08c738075220ccb2cffece Mon Sep 17 00:00:00 2001 From: alphataubio Date: Sat, 5 Oct 2024 11:48:18 -0400 Subject: [PATCH] Update fix_recenter_kokkos.h --- src/KOKKOS/fix_recenter_kokkos.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/KOKKOS/fix_recenter_kokkos.h b/src/KOKKOS/fix_recenter_kokkos.h index 4e28c41d18..589da4b33f 100644 --- a/src/KOKKOS/fix_recenter_kokkos.h +++ b/src/KOKKOS/fix_recenter_kokkos.h @@ -32,12 +32,7 @@ template class FixRecenterKokkos : public FixRecenter { public: FixRecenterKokkos(class LAMMPS *, int, char **); - void initial_integrate(int) override; - - private: - //typename ArrayTypes::t_x_array d_x; - //typename ArrayTypes::t_int_1d d_mask; }; } // namespace LAMMPS_NS