From cba8f3103c48e5800ebef514c7a00f2f7592600a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 13 Oct 2015 13:47:59 -0400 Subject: [PATCH] delete unused variable --- src/USER-DRUDE/pair_thole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/USER-DRUDE/pair_thole.cpp b/src/USER-DRUDE/pair_thole.cpp index f9a16267d0..5840dbc51b 100644 --- a/src/USER-DRUDE/pair_thole.cpp +++ b/src/USER-DRUDE/pair_thole.cpp @@ -364,7 +364,7 @@ double PairThole::single(int i, int j, int itype, int jtype, double rsq, double factor_coul, double factor_lj, double &fforce) { - double r2inv,rinv,r,forcecoul,phicoul; + double r2inv,rinv,r,phicoul; double qi,qj,factor_f,factor_e,dcoul,asr,exp_asr; int di, dj;