git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11108 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -712,7 +712,7 @@ void Output::create_restart(int narg, char **arg)
|
||||
if (narg % 2 == 0) nfile = 1;
|
||||
else nfile = 2;
|
||||
|
||||
if (nfile = 1) {
|
||||
if (nfile == 1) {
|
||||
restart_flag = restart_flag_single = 1;
|
||||
|
||||
if (varflag) {
|
||||
|
||||
Reference in New Issue
Block a user