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

This commit is contained in:
sjplimp
2008-08-21 13:53:19 +00:00
parent 9897ee73bf
commit 4fbc6f42c0
5 changed files with 41 additions and 35 deletions

View File

@ -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