Unverified Commit 91a80c3c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Silence another compiler warning

parent fffe2eb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;