Silence another compiler warning

This commit is contained in:
Axel Kohlmeyer
2019-08-20 19:28:03 -04:00
committed by GitHub
parent fffe2eb958
commit 91a80c3c21

View File

@ -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;