From a23e034ced962f4864a31e6ca025318eeb783108 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 5 May 2021 16:56:45 -0400 Subject: [PATCH] silence compiler warnings --- src/USER-MISC/pair_dpd_ext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/USER-MISC/pair_dpd_ext.cpp b/src/USER-MISC/pair_dpd_ext.cpp index ee03a6d1b9..af4ccaf560 100644 --- a/src/USER-MISC/pair_dpd_ext.cpp +++ b/src/USER-MISC/pair_dpd_ext.cpp @@ -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;