From 94f5f3cfa5103df235fae57583a58d82a97bd8ce Mon Sep 17 00:00:00 2001 From: Stan Moore Date: Thu, 26 Sep 2024 15:25:32 -0700 Subject: [PATCH] Fix compile issue with HIP --- src/KOKKOS/fix_wall_lj93_kokkos.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/KOKKOS/fix_wall_lj93_kokkos.cpp b/src/KOKKOS/fix_wall_lj93_kokkos.cpp index 1a2bfb74d5..1bcf61b58c 100644 --- a/src/KOKKOS/fix_wall_lj93_kokkos.cpp +++ b/src/KOKKOS/fix_wall_lj93_kokkos.cpp @@ -132,7 +132,6 @@ void FixWallLJ93Kokkos::post_force(int vflag) ------------------------------------------------------------------------- */ template -KOKKOS_INLINE_FUNCTION void FixWallLJ93Kokkos::wall_particle(int m_in, int which, double coord_in) { m = m_in;