git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@371 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -103,11 +103,13 @@ void Set::command(int narg, char **arg)
|
||||
if (comm->me == 0 && screen) fprintf(screen,"System init for set ...\n");
|
||||
lmp->init();
|
||||
|
||||
if (domain->triclinic) domain->x2lamda(atom->nlocal);
|
||||
domain->pbc();
|
||||
domain->reset_box();
|
||||
comm->setup();
|
||||
comm->exchange();
|
||||
comm->borders();
|
||||
if (domain->triclinic) domain->lamda2x(atom->nlocal+atom->nghost);
|
||||
}
|
||||
|
||||
if (comm->me == 0 && screen) fprintf(screen,"Setting atom values ...\n");
|
||||
|
||||
Reference in New Issue
Block a user