silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2021-05-05 16:56:45 -04:00
parent 92058b32ea
commit a23e034ced

View File

@ -476,8 +476,8 @@ void PairDPDExt::write_data_all(FILE *fp)
/* ---------------------------------------------------------------------- */
double PairDPDExt::single(int i, int j, int itype, int jtype, double rsq,
double factor_coul, double factor_dpd, double &fforce)
double PairDPDExt::single(int /*i*/, int /*j*/, int itype, int jtype, double rsq,
double /*factor_coul*/, double factor_dpd, double &fforce)
{
double r,rinv,wd,phi;