git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14164 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -109,6 +109,7 @@ void Info::command(int narg, char **arg)
|
||||
idx += 2;
|
||||
} else if ((idx+1 < narg) && (strncmp(arg[idx],"out",3) == 0)
|
||||
&& (strncmp(arg[idx+1],"log",3) == 0)) {
|
||||
if ((out != screen) && (out != logfile)) fclose(out);
|
||||
out = logfile;
|
||||
idx += 2;
|
||||
} else if ((idx+2 < narg) && (strncmp(arg[idx],"out",3) == 0)
|
||||
|
||||
Reference in New Issue
Block a user