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

This commit is contained in:
sjplimp
2014-01-28 21:50:39 +00:00
parent d2b514f351
commit 1f0f8c82c7
5 changed files with 9 additions and 8 deletions

View File

@ -388,9 +388,9 @@ void Replicate::command(int narg, char **arg)
atom->tag_check();
// if molecular system or user-requested, create global mapping of atoms
// create global mapping of atoms
if (atom->molecular || atom->map_user) {
if (atom->map_style) {
atom->map_init();
atom->map_set();
}