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

This commit is contained in:
sjplimp 2010-09-09 00:01:34 +00:00
parent 712afcc462
commit 5b6e639485
1 changed files with 2 additions and 2 deletions

View File

@ -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