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

This commit is contained in:
sjplimp
2014-05-08 14:51:32 +00:00
parent cf0cd2e912
commit de0c8d1f14
8 changed files with 13 additions and 14 deletions

View File

@ -362,7 +362,7 @@ void ChangeBox::command(int narg, char **arg)
if (domain->triclinic) domain->x2lamda(atom->nlocal);
domain->reset_box();
Irregular *irregular = new Irregular(lmp);
irregular->migrate_atoms();
irregular->migrate_atoms(1);
delete irregular;
if (domain->triclinic) domain->lamda2x(atom->nlocal);