whitespace

This commit is contained in:
Axel Kohlmeyer
2024-02-23 19:08:46 -05:00
parent c401dc31d6
commit 04bccd0a9f
3 changed files with 27 additions and 28 deletions

View File

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