silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2022-02-17 17:03:05 -05:00
parent da3c3723bd
commit 537e3f2539
11 changed files with 15 additions and 21 deletions

View File

@ -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;

View File

@ -40,7 +40,6 @@
using namespace LAMMPS_NS;
using namespace FixConst;
static constexpr int MAXLINE = 1024;
static constexpr double QSUMSMALL = 0.00001;
namespace {