remove dead code and unused variables

This commit is contained in:
Axel Kohlmeyer
2020-06-30 16:32:30 -04:00
parent eafcc06670
commit edfb4076ff
7 changed files with 6 additions and 14 deletions

View File

@ -70,7 +70,6 @@ void PairTable::compute(int eflag, int vflag)
int i,j,ii,jj,inum,jnum,itype,jtype,itable;
double xtmp,ytmp,ztmp,delx,dely,delz,evdwl,fpair;
double rsq,factor_lj,fraction,value,a,b;
char estr[128];
int *ilist,*jlist,*numneigh,**firstneigh;
Table *tb;