git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2127 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -114,6 +114,9 @@ void FixPrint::end_of_step()
|
||||
if (me == 0) {
|
||||
if (screenflag && screen) fprintf(screen,copy);
|
||||
if (screenflag && logfile) fprintf(logfile,copy);
|
||||
if (fp) fprintf(fp,copy);
|
||||
if (fp) {
|
||||
fprintf(fp,copy);
|
||||
fflush(fp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user