From 48a425718a8a52fc0488f9de7fdbfc79b47e53da Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 9 May 2021 05:58:54 -0400 Subject: [PATCH] remove dead code --- src/USER-PACE/pair_pace.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/USER-PACE/pair_pace.cpp b/src/USER-PACE/pair_pace.cpp index dc3473b991..3d0fafad30 100644 --- a/src/USER-PACE/pair_pace.cpp +++ b/src/USER-PACE/pair_pace.cpp @@ -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;