Commit 279339eb authored by Tim Mattox's avatar Tim Mattox
Browse files

Remove the now unused AIRct_ssa[] array from the NeighList class.

parent 605fe53c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ NeighList::NeighList(LAMMPS *lmp) : Pointers(lmp)

  // USER-DPD package

  for (int i = 0; i < 8; i++) AIRct_ssa[i] = 0;
  np = NULL;
}

+0 −1
Original line number Diff line number Diff line
@@ -92,7 +92,6 @@ class NeighList : protected Pointers {

  // USER-DPD package and Shardlow Splitting Algorithm (SSA) support

  int AIRct_ssa[8]; // count of how many atoms in each AIR
  class NPair *np;           // ptr to NPair instance I depend on

  // methods