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

This commit is contained in:
sjplimp
2007-03-15 21:49:48 +00:00
parent 4a66c8dd14
commit ced2f61033
37 changed files with 810 additions and 286 deletions

View File

@ -214,8 +214,8 @@ void DeleteAtoms::delete_overlap(int narg, char **arg, int *list)
// error check on cutoff
if (cut > neighbor->cutneigh)
error->all("Delete_atoms cutoff > neighbor cutoff");
if (cut > neighbor->cutghost)
error->all("Delete_atoms cutoff > ghost cutoff");
// create an atom map if one doesn't exist already