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

This commit is contained in:
sjplimp
2013-12-05 22:49:45 +00:00
parent 8c92b9c7ff
commit 17669c6275
2 changed files with 1 additions and 1 deletions

View File

@ -88,6 +88,7 @@ void WriteRestart::command(int narg, char **arg)
sprintf(file,"%s" BIGINT_FORMAT "%s",arg[0],update->ntimestep,ptr+1);
} else strcpy(file,arg[0]);
// init entire system since comm->exchange is done
// comm::init needs neighbor::init needs pair::init needs kspace::init, etc