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

This commit is contained in:
sjplimp
2009-03-19 14:54:04 +00:00
parent a750dd2a47
commit ffa3b8c1ee
3 changed files with 9 additions and 3 deletions

View File

@ -306,7 +306,8 @@ void FixDeposit::pre_exchange()
// set tag # of new particle beyond all previous atoms
// reset global natoms
// if global map exists, reset it
// if global map exists, reset it now instead of waiting for comm
// since deleting atoms messes up ghosts
if (success && atom->tag_enable) {
atom->tag_extend();