silence compiler warning
This commit is contained in:
@ -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 "pair_dpd_ext.h"
|
||||||
|
|
||||||
#include "atom.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 PairDPDExt::single(int /*i*/, int /*j*/, int itype, int jtype, double rsq,
|
||||||
double factor_coul, double factor_dpd, double &fforce)
|
double /*factor_coul*/, double factor_dpd, double &fforce)
|
||||||
{
|
{
|
||||||
double r,rinv,wd,phi;
|
double r,rinv,wd,phi;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user