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

This commit is contained in:
sjplimp
2008-10-01 15:25:39 +00:00
parent 01f7381bc1
commit 389a54ebb4
6 changed files with 20 additions and 6 deletions

View File

@ -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);
}
}
}