Merge branch 'master' into lammps-icms

This commit is contained in:
Axel Kohlmeyer
2010-09-09 13:07:58 -04:00
30 changed files with 82 additions and 53 deletions

View File

@ -237,8 +237,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