forked from lijiext/lammps
remove unused variable
This commit is contained in:
parent
98f8b9632d
commit
c22aee142d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue