remove dead code

This commit is contained in:
Axel Kohlmeyer
2020-01-29 14:34:03 -05:00
parent 668feb22b5
commit ccd395fdd8
2 changed files with 0 additions and 8 deletions

View File

@ -402,13 +402,6 @@ void Neighbor::init()
}
}
// maxwt = max multiplicative factor on atom indices stored in neigh list
maxwt = 0;
if (special_flag[1] == 2) maxwt = 2;
if (special_flag[2] == 2) maxwt = 3;
if (special_flag[3] == 2) maxwt = 4;
// ------------------------------------------------------------------
// xhold array

View File

@ -166,7 +166,6 @@ class Neighbor : protected Pointers {
int maxatom; // max size of atom-based NeighList arrays
int maxrequest; // max size of NeighRequest list
int maxwt; // max weighting factor applied + 1
// info for other Neigh classes: NBin,NStencil,NPair,NTopo