Merge branch 'progguide-updates' into progguide-richard

This commit is contained in:
Axel Kohlmeyer
2020-10-05 19:31:03 -04:00
53 changed files with 646 additions and 748 deletions

View File

@ -4252,7 +4252,7 @@ int lammps_find_compute_neighlist(void* handle, char * id, int request) {
}
}
if (compute == nullptr) {
if (compute != nullptr) {
// find neigh list
for (int i = 0; i < lmp->neighbor->nlist; i++) {
NeighList * list = lmp->neighbor->lists[i];