remove unused variable

This commit is contained in:
Axel Kohlmeyer 2020-06-04 13:31:30 -04:00
parent 98f8b9632d
commit c22aee142d
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ void PairCoulDSF::compute(int eflag, int vflag)
{
int i,j,ii,jj,inum,jnum;
double qtmp,xtmp,ytmp,ztmp,delx,dely,delz,ecoul,fpair;
double r,rsq,r2inv,forcecoul,factor_coul;
double r,rsq,forcecoul,factor_coul;
double prefactor,erfcc,erfcd,t;
int *ilist,*jlist,*numneigh,**firstneigh;