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

This commit is contained in:
sjplimp
2007-06-22 23:41:35 +00:00
parent 24f7d34ec3
commit b704a82daf
56 changed files with 430 additions and 312 deletions

View File

@ -156,6 +156,7 @@ void FixAveTime::end_of_step()
if (vflag)
for (i = 0; i < size_vector; i++) fprintf(fp," %g",vector[i]/nsum);
fprintf(fp,"\n");
fflush(fp);
}
nsum = 0;