From fffe2eb958d6da8acf99e554b82bc944b294d0c6 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 20 Aug 2019 19:26:26 -0400 Subject: [PATCH] Silence 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 9dcee2362e..b6dae6524a 100644 --- a/src/pair_lj_smooth_linear.cpp +++ b/src/pair_lj_smooth_linear.cpp @@ -349,7 +349,7 @@ double PairLJSmoothLinear::single(int /*i*/, int /*j*/, int itype, int jtype, } double PairLJSmoothLinear::single_hessian(int /*i*/, int /*j*/, int itype, int jtype, double rsq, - double delr[3], double factor_coul, double factor_lj, + double delr[3], double /*factor_coul*/, double factor_lj, double &fforce, double d2u[6]) { double r2inv,r6inv,forcelj,philj,r,rinv;