silence compiler warnings
This commit is contained in:
@ -90,8 +90,8 @@ void PairILPTMD::calc_FRep(int eflag, int /* vflag */)
|
||||
int i, j, ii, jj, inum, jnum, itype, jtype, k, kk;
|
||||
double prodnorm1, fkcx, fkcy, fkcz;
|
||||
double xtmp, ytmp, ztmp, delx, dely, delz, evdwl, fpair, fpair1;
|
||||
double rsq, r, Rcut, rhosq1, exp0, exp1, r2inv, r6inv, r8inv, Tap, dTap, Vilp;
|
||||
double frho1, TSvdw, TSvdw2inv, Erep, fsum, rdsq1;
|
||||
double rsq, r, Rcut, rhosq1, exp0, exp1, Tap, dTap, Vilp;
|
||||
double frho1, Erep, fsum, rdsq1;
|
||||
int *ilist, *jlist, *numneigh, **firstneigh;
|
||||
int *ILP_neighs_i;
|
||||
|
||||
|
||||
@ -40,7 +40,6 @@
|
||||
using namespace LAMMPS_NS;
|
||||
using namespace FixConst;
|
||||
|
||||
static constexpr int MAXLINE = 1024;
|
||||
static constexpr double QSUMSMALL = 0.00001;
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user