dead code removal

This commit is contained in:
Axel Kohlmeyer
2016-10-19 10:42:02 -04:00
parent 566effc9c9
commit 2634468676
5 changed files with 8 additions and 13 deletions

View File

@ -194,10 +194,8 @@ void FixHalt::post_run()
double FixHalt::bondmax()
{
double **x = atom->x;
double **f = atom->f;
int **bondlist = neighbor->bondlist;
int nbondlist = neighbor->nbondlist;
int nlocal = atom->nlocal;
int i1,i2;
double delx,dely,delz,rsq;