remove dead code
This commit is contained in:
@ -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
|
// xhold array
|
||||||
|
|
||||||
|
|||||||
@ -166,7 +166,6 @@ class Neighbor : protected Pointers {
|
|||||||
|
|
||||||
int maxatom; // max size of atom-based NeighList arrays
|
int maxatom; // max size of atom-based NeighList arrays
|
||||||
int maxrequest; // max size of NeighRequest list
|
int maxrequest; // max size of NeighRequest list
|
||||||
int maxwt; // max weighting factor applied + 1
|
|
||||||
|
|
||||||
// info for other Neigh classes: NBin,NStencil,NPair,NTopo
|
// info for other Neigh classes: NBin,NStencil,NPair,NTopo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user