forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5745 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
9461fecdcd
commit
bad635f636
|
@ -746,13 +746,8 @@ void Input::print()
|
|||
|
||||
substitute(arg[0],0);
|
||||
if (me == 0) {
|
||||
if (screen) fprintf(screen,"%s ",arg[0]);
|
||||
if (logfile) fprintf(logfile,"%s ",arg[0]);
|
||||
}
|
||||
|
||||
if (me == 0) {
|
||||
if (screen) fprintf(screen,"\n");
|
||||
if (logfile) fprintf(logfile,"\n");
|
||||
if (screen) fprintf(screen,"%s\n",arg[0]);
|
||||
if (logfile) fprintf(logfile,"%s\n",arg[0]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue