remove dead code

This commit is contained in:
Axel Kohlmeyer
2021-05-09 05:58:54 -04:00
parent 6cf85e0ae3
commit 48a425718a

View File

@ -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;