forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12966 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
417e5c5caa
commit
7361c8d0a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue