Remove the now unused AIRct_ssa[] array from the NeighList class.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user