From 279339ebd03ee25c740d659d3ba4d32302d99ee3 Mon Sep 17 00:00:00 2001 From: Tim Mattox Date: Fri, 3 Nov 2017 13:42:36 -0500 Subject: [PATCH] Remove the now unused AIRct_ssa[] array from the NeighList class. --- src/neigh_list.cpp | 1 - src/neigh_list.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/neigh_list.cpp b/src/neigh_list.cpp index 934b9f7d9b..93f4b13bf2 100644 --- a/src/neigh_list.cpp +++ b/src/neigh_list.cpp @@ -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; } diff --git a/src/neigh_list.h b/src/neigh_list.h index d633ba839e..755a1bf134 100644 --- a/src/neigh_list.h +++ b/src/neigh_list.h @@ -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