Skip to content
Snippets Groups Projects
Commit 5feeb79c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

one more line of dead code removed

parent a241b2d0
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,6 @@ void NPairFullBinAtomonly::build(NeighList *list) ...@@ -40,7 +40,6 @@ void NPairFullBinAtomonly::build(NeighList *list)
double **x = atom->x; double **x = atom->x;
int *type = atom->type; int *type = atom->type;
int *mask = atom->mask; int *mask = atom->mask;
tagint *tag = atom->tag;
tagint *molecule = atom->molecule; tagint *molecule = atom->molecule;
int nlocal = atom->nlocal; int nlocal = atom->nlocal;
if (includegroup) nlocal = atom->nfirst; if (includegroup) nlocal = atom->nfirst;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment