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

This commit is contained in:
sjplimp
2016-07-22 21:19:08 +00:00
parent f7c2fdf335
commit 0f71c66b6f
2 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,7 @@ void DeleteAtoms::delete_overlap(int narg, char **arg)
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->full = 1;
neighbor->requests[irequest]->occasional = 1;
neighbor->requests[irequest]->command_style = "delete_atoms";
// init entire system since comm->borders and neighbor->build is done
// comm::init needs neighbor::init needs pair::init needs kspace::init, etc