forked from lijiext/lammps
One last tweak to npair_halffull_newtoff.cpp
This commit is contained in:
parent
24f1889b02
commit
f6075c9d2c
|
@ -41,8 +41,6 @@ void NPairHalffullNewtoff::build(NeighList *list)
|
|||
int i,j,ii,jj,n,jnum,joriginal;
|
||||
int *neighptr,*jlist;
|
||||
|
||||
int nlocal = atom->nlocal;
|
||||
|
||||
int *ilist = list->ilist;
|
||||
int *numneigh = list->numneigh;
|
||||
int **firstneigh = list->firstneigh;
|
||||
|
|
Loading…
Reference in New Issue