git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12348 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -459,7 +459,10 @@ void ReadRestart::command(int narg, char **arg)
|
||||
// in case read by different proc than wrote restart file
|
||||
// first do map_init() since irregular->migrate_atoms() will do map_clear()
|
||||
|
||||
if (atom->map_style) atom->map_init();
|
||||
if (atom->map_style) {
|
||||
atom->map_init();
|
||||
atom->map_set();
|
||||
}
|
||||
if (domain->triclinic) domain->x2lamda(atom->nlocal);
|
||||
Irregular *irregular = new Irregular(lmp);
|
||||
irregular->migrate_atoms(1);
|
||||
|
||||
Reference in New Issue
Block a user