remove unused variables

This commit is contained in:
Axel Kohlmeyer
2022-04-29 15:29:04 -04:00
parent d0938ce398
commit 5e18f15435

View File

@ -100,7 +100,7 @@ void ElectrodeMatrix::pair_contribution(double **array)
{
int inum, jnum, itype, jtype;
double xtmp, ytmp, ztmp, delx, dely, delz;
double r, rinv, rsq, grij, etarij, expm2, t, erfc, aij;
double r, rinv, rsq, aij;
int *ilist, *jlist, *numneigh, **firstneigh;
double **x = atom->x;