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

This commit is contained in:
Tim Mattox
2017-11-03 13:42:36 -05:00
parent 605fe53c07
commit 279339ebd0
2 changed files with 0 additions and 2 deletions

View File

@ -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;
}

View File

@ -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