diff --git a/src/USER-MISC/pair_dpd_ext.cpp b/src/USER-MISC/pair_dpd_ext.cpp index ee03a6d1b9..9d59a167e9 100644 --- a/src/USER-MISC/pair_dpd_ext.cpp +++ b/src/USER-MISC/pair_dpd_ext.cpp @@ -12,12 +12,10 @@ ------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- - Contributing author: Kurt Smith (U Pittsburgh) + Contributing authors: Martin Svoboda (ICPF, UJEP), Martin Lísal (ICPF, UJEP) + based on pair style dpd by: Kurt Smith (U Pittsburgh) ------------------------------------------------------------------------- */ -/* ---------------------------------------------------------------------- - Contributing authors: Martin Svoboda (ICPF, UJEP), Martin Lísal (ICPF, UJEP) -------------------------------------------------------------------------- */ #include "pair_dpd_ext.h" #include "atom.h" @@ -476,8 +474,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;