diff --git a/src/neighbor.cpp b/src/neighbor.cpp index 06859a4fa581011f29cbd0dc7046d7c50edba0bd..48e97fbb9aaca3f42181383b143a645466ef81bb 100644 --- a/src/neighbor.cpp +++ b/src/neighbor.cpp @@ -105,6 +105,7 @@ Neighbor::Neighbor(LAMMPS *lmp) : Pointers(lmp) // pair lists maxlocal = 0; + nblist = nglist = nslist = 0; nlist = 0; lists = NULL;