forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4748 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
712afcc462
commit
5b6e639485
|
@ -233,8 +233,8 @@ char *Input::one(const char *single)
|
|||
// echo the command unless scanning for label
|
||||
|
||||
if (me == 0 && label_active == 0) {
|
||||
if (echo_screen && screen) fprintf(screen,"%s",line);
|
||||
if (echo_log && logfile) fprintf(logfile,"%s",line);
|
||||
if (echo_screen && screen) fprintf(screen,"%s\n",line);
|
||||
if (echo_log && logfile) fprintf(logfile,"%s\n",line);
|
||||
}
|
||||
|
||||
// parse the line
|
||||
|
|
Loading…
Reference in New Issue