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

This commit is contained in:
sjplimp
2008-08-20 21:15:10 +00:00
parent 92ae789a2b
commit 7e77b5a9c9
3 changed files with 68 additions and 13 deletions

View File

@ -231,7 +231,6 @@ void DeleteAtoms::delete_overlap(int narg, char **arg)
// only ever delete owned atom I, never J even if owned
int *tag = atom->tag;
int *type = atom->type;
int *mask = atom->mask;
double **x = atom->x;
int nall = atom->nlocal + atom->nghost;