git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11384 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -757,9 +757,9 @@ void Output::create_restart(int narg, char **arg)
|
||||
else multiproc = 0;
|
||||
if (nfile == 2) {
|
||||
if (multiproc && !strchr(arg[2],'%'))
|
||||
error->all(FLERR,"Both restart files must have '%' or neither");
|
||||
error->all(FLERR,"Both restart files must use % or neither");
|
||||
if (!multiproc && strchr(arg[2],'%'))
|
||||
error->all(FLERR,"Both restart files must have '%' or neither");
|
||||
error->all(FLERR,"Both restart files must use % or neither");
|
||||
}
|
||||
|
||||
int mpiioflag;
|
||||
|
||||
Reference in New Issue
Block a user