From fa4c1d619040ec9df44eb9efd318b4eefbdd0f22 Mon Sep 17 00:00:00 2001 From: alphataubio Date: Tue, 6 Aug 2024 00:51:11 -0400 Subject: [PATCH] oops --- src/KOKKOS/fix_wall_lj93_kokkos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KOKKOS/fix_wall_lj93_kokkos.h b/src/KOKKOS/fix_wall_lj93_kokkos.h index 9b566d9cc0..df34712a88 100644 --- a/src/KOKKOS/fix_wall_lj93_kokkos.h +++ b/src/KOKKOS/fix_wall_lj93_kokkos.h @@ -48,7 +48,7 @@ class FixWallLJ93Kokkos : public FixWallLJ93 { KOKKOS_INLINE_FUNCTION void operator()(const int&, value_type) const; - public: + private: int dim,side; double coord;