This commit is contained in:
Ryan S. Elliott
2021-02-04 10:09:14 -06:00
parent 8da3bc9144
commit 302be3f946

View File

@ -877,7 +877,7 @@ void PairKIM::kim_init()
&modelWillNotRequestNeighborsOfNoncontributingParticles);
if (neighborLists) {
delete [] neighborLists;
neighborLists = nulptr;
neighborLists = nullptr;
}
neighborLists = new NeighList*[kim_number_of_neighbor_lists];