whitespace
This commit is contained in:
@ -301,8 +301,7 @@ FixAveChunk::FixAveChunk(LAMMPS *lmp, int narg, char **arg) :
|
|||||||
if (fp && comm->me == 0) {
|
if (fp && comm->me == 0) {
|
||||||
clearerr(fp);
|
clearerr(fp);
|
||||||
if (title1) fprintf(fp,"%s\n",title1);
|
if (title1) fprintf(fp,"%s\n",title1);
|
||||||
else fprintf(fp,"# Chunk-averaged data for fix %s and group %s\n",
|
else fprintf(fp,"# Chunk-averaged data for fix %s and group %s\n", id, group);
|
||||||
id, group);
|
|
||||||
if (title2) fprintf(fp,"%s\n",title2);
|
if (title2) fprintf(fp,"%s\n",title2);
|
||||||
else fprintf(fp,"# Timestep Number-of-chunks Total-count\n");
|
else fprintf(fp,"# Timestep Number-of-chunks Total-count\n");
|
||||||
if (title3) fprintf(fp,"%s\n",title3);
|
if (title3) fprintf(fp,"%s\n",title3);
|
||||||
|
|||||||
Reference in New Issue
Block a user