From 91a80c3c213acfb526a79522dfdd2ee58fca600c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 20 Aug 2019 19:28:03 -0400 Subject: [PATCH] Silence another compiler warning --- src/pair_lj_smooth_linear.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pair_lj_smooth_linear.cpp b/src/pair_lj_smooth_linear.cpp index b6dae6524a..bc2904c262 100644 --- a/src/pair_lj_smooth_linear.cpp +++ b/src/pair_lj_smooth_linear.cpp @@ -328,7 +328,7 @@ void PairLJSmoothLinear::read_restart_settings(FILE *fp) double PairLJSmoothLinear::single(int /*i*/, int /*j*/, int itype, int jtype, double rsq, - double factor_coul, double factor_lj, + double /*factor_coul*/, double factor_lj, double &fforce) { double r2inv,r6inv,forcelj,philj,r,rinv;