remove dead code
This commit is contained in:
@ -131,7 +131,6 @@ void PairPACE::compute(int eflag, int vflag) {
|
||||
|
||||
double **x = atom->x;
|
||||
double **f = atom->f;
|
||||
tagint *tag = atom->tag;
|
||||
int *type = atom->type;
|
||||
|
||||
// number of atoms in cell
|
||||
@ -139,9 +138,6 @@ void PairPACE::compute(int eflag, int vflag) {
|
||||
|
||||
int newton_pair = force->newton_pair;
|
||||
|
||||
// number of atoms including ghost atoms
|
||||
int nall = nlocal + atom->nghost;
|
||||
|
||||
// inum: length of the neighborlists list
|
||||
inum = list->inum;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user