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

This commit is contained in:
sjplimp
2008-11-07 15:47:56 +00:00
parent 2470451226
commit 8dceec24a4
6 changed files with 6 additions and 0 deletions

View File

@ -311,6 +311,7 @@ void FixDeposit::pre_exchange()
atom->tag_extend();
atom->natoms += 1;
if (atom->map_style) {
atom->nghost = 0;
atom->map_init();
atom->map_set();
}