git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@64 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2006-10-03 17:52:58 +00:00
parent b2c1d705e2
commit 1a55f94e8a
91 changed files with 9 additions and 20299 deletions

View File

@ -257,7 +257,6 @@ void DeleteAtoms::delete_overlap(int narg, char **arg, int *list)
for (k = 0; k < numneigh; k++) {
j = neighs[k];
list[i] = 1;
if (j >= nall) {
if (special_coul[j/nall] == 0.0 && special_lj[j/nall] == 0.0) continue;
j %= nall;