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

@ -382,6 +382,7 @@ void Replicate::command(int narg, char **arg)
// create global mapping and bond topology now that system is defined
if (atom->map_style) {
atom->nghost = 0;
atom->map_init();
atom->map_set();
}