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

@ -441,6 +441,7 @@ void FixAveSpatial::end_of_step()
for (i = 0; i < nvalues; i++) fprintf(fp," %g",values_total[m][i]);
fprintf(fp,"\n");
}
fflush(fp);
}
nsum = 0;