Silence another compiler warning
This commit is contained in:
@ -328,7 +328,7 @@ void PairLJSmoothLinear::read_restart_settings(FILE *fp)
|
|||||||
|
|
||||||
double PairLJSmoothLinear::single(int /*i*/, int /*j*/, int itype, int jtype,
|
double PairLJSmoothLinear::single(int /*i*/, int /*j*/, int itype, int jtype,
|
||||||
double rsq,
|
double rsq,
|
||||||
double factor_coul, double factor_lj,
|
double /*factor_coul*/, double factor_lj,
|
||||||
double &fforce)
|
double &fforce)
|
||||||
{
|
{
|
||||||
double r2inv,r6inv,forcelj,philj,r,rinv;
|
double r2inv,r6inv,forcelj,philj,r,rinv;
|
||||||
|
|||||||
Reference in New Issue
Block a user