Unverified Commit ccd395fd authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove dead code

parent 668feb22
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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

+0 −1
Original line number Diff line number Diff line
@@ -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