git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12966 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -271,8 +271,8 @@ void DeleteAtoms::delete_overlap(int narg, char **arg)
|
|||||||
|
|
||||||
if (force->pair == NULL)
|
if (force->pair == NULL)
|
||||||
error->all(FLERR,"Delete_atoms requires a pair style be defined");
|
error->all(FLERR,"Delete_atoms requires a pair style be defined");
|
||||||
if (cut > neighbor->cutneighmax)
|
if (cut > neighbor->cutneighmin)
|
||||||
error->all(FLERR,"Delete_atoms cutoff > neighbor cutoff");
|
error->all(FLERR,"Delete_atoms cutoff > minimum neighbor cutoff");
|
||||||
|
|
||||||
// setup domain, communication and neighboring
|
// setup domain, communication and neighboring
|
||||||
// acquire ghosts and build standard neighbor lists
|
// acquire ghosts and build standard neighbor lists
|
||||||
|
|||||||
Reference in New Issue
Block a user