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

This commit is contained in:
sjplimp 2015-01-20 20:26:59 +00:00
parent 417e5c5caa
commit 7361c8d0a3
1 changed files with 2 additions and 2 deletions

View File

@ -271,8 +271,8 @@ void DeleteAtoms::delete_overlap(int narg, char **arg)
if (force->pair == NULL)
error->all(FLERR,"Delete_atoms requires a pair style be defined");
if (cut > neighbor->cutneighmax)
error->all(FLERR,"Delete_atoms cutoff > neighbor cutoff");
if (cut > neighbor->cutneighmin)
error->all(FLERR,"Delete_atoms cutoff > minimum neighbor cutoff");
// setup domain, communication and neighboring
// acquire ghosts and build standard neighbor lists