git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2090 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -200,8 +200,8 @@ void DeleteAtoms::delete_overlap(int narg, char **arg)
|
||||
|
||||
// error check on cutoff
|
||||
|
||||
if (cut > neighbor->cutghost)
|
||||
error->all("Delete_atoms cutoff > ghost cutoff");
|
||||
if (cut > neighbor->cutneighmax)
|
||||
error->all("Delete_atoms cutoff > neighbor cutoff");
|
||||
|
||||
// setup domain, communication and neighboring
|
||||
// acquire ghosts
|
||||
|
||||
Reference in New Issue
Block a user