diff --git a/src/USER-MISC/pair_cosine_squared.cpp b/src/USER-MISC/pair_cosine_squared.cpp index 8307f0715e..4544a6db43 100644 --- a/src/USER-MISC/pair_cosine_squared.cpp +++ b/src/USER-MISC/pair_cosine_squared.cpp @@ -453,8 +453,8 @@ void PairCosineSquared::compute(int eflag, int vflag) it is called only if rsq < cutsq[itype][jtype], no need to check that ------------------------------------------------------------------------- */ -double PairCosineSquared::single(int i, int j, int itype, int jtype, double rsq, - double factor_coul, double factor_lj, +double PairCosineSquared::single(int /* i */, int /* j */, int itype, int jtype, double rsq, + double /* factor_coul */, double factor_lj, double &fforce) { double r, r2inv, r6inv, cosone, force, energy;