From 7cb907da58c6bdd182d0b105db190dc78b38d867 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 24 Jan 2024 21:19:25 -0500 Subject: [PATCH] remove unused variables --- src/INTEL/pppm_intel.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/INTEL/pppm_intel.cpp b/src/INTEL/pppm_intel.cpp index 85117283ac..b72a7efd11 100644 --- a/src/INTEL/pppm_intel.cpp +++ b/src/INTEL/pppm_intel.cpp @@ -151,8 +151,6 @@ void PPPMIntel::compute(int eflag, int vflag) void PPPMIntel::compute_first(int eflag, int vflag) { - int i,j; - // set energy/virial flags // invoke allocate_peratom() if needed for first time @@ -460,7 +458,6 @@ void PPPMIntel::make_rho(IntelBuffers *buffers) const flt_t xi = delxinv; const flt_t yi = delyinv; const flt_t zi = delzinv; - const flt_t fshift = shift; const flt_t fshiftone = shiftone; const flt_t fdelvolinv = delvolinv;