git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9754 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -728,6 +728,7 @@ void Modify::add_fix(int narg, char **arg, char *suffix)
|
||||
strcmp(style_restart_peratom[i],fix[ifix]->style) == 0) {
|
||||
for (int j = 0; j < atom->nlocal; j++)
|
||||
fix[ifix]->unpack_restart(j,index_restart_peratom[i]);
|
||||
fix[ifix]->restart_reset = 1;
|
||||
if (comm->me == 0) {
|
||||
char *str = (char *) ("Resetting per-atom state of Fix %s Style %s "
|
||||
"from restart file info\n");
|
||||
|
||||
Reference in New Issue
Block a user