different bug fix for create_bonds, delete_atoms neigh list issue

This commit is contained in:
Steven J Plimpton
2018-01-16 11:32:37 -07:00
parent e798cdf31f
commit 8d37c89cb6
8 changed files with 44 additions and 44 deletions

View File

@ -407,10 +407,6 @@ void DeleteAtoms::delete_overlap(int narg, char **arg)
break;
}
}
// trigger clearing the list of available neighbor list requests
// and a full rebuild of them during the next run setup.
// otherwise the request from this command may linger around.
neighbor->init();
}
/* ----------------------------------------------------------------------