Fix more unused parameter warnings (#1076)
This commit is contained in:
@ -284,8 +284,8 @@ void PairCoulCut::read_restart_settings(FILE *fp)
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
double PairCoulCut::single(int i, int j, int itype, int jtype,
|
||||
double rsq, double factor_coul, double factor_lj,
|
||||
double PairCoulCut::single(int i, int j, int /*itype*/, int /*jtype*/,
|
||||
double rsq, double factor_coul, double /*factor_lj*/,
|
||||
double &fforce)
|
||||
{
|
||||
double r2inv,rinv,forcecoul,phicoul;
|
||||
|
||||
Reference in New Issue
Block a user