Skip to content

Commit

Permalink
Removed unnecessary new lines in parameter file.
Browse files Browse the repository at this point in the history
--HG--
branch : week-of-code
  • Loading branch information
John Wise committed Jun 22, 2009
1 parent e463937 commit 0dc683c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enzo/WriteParameterFile.C
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ int WriteParameterFile(FILE *fptr, TopGridData &MetaData)
HaloFinderOutputParticleList);
fprintf(fptr, "HaloFinderMinimumSize = %"ISYM"\n",
HaloFinderMinimumSize);
fprintf(fptr, "HaloFinderLinkingLength = %"FSYM"\n\n",
fprintf(fptr, "HaloFinderLinkingLength = %"FSYM"\n",
HaloFinderLinkingLength);
fprintf(fptr, "HaloFinderTimestep = %"FSYM"\n\n",
fprintf(fptr, "HaloFinderTimestep = %"FSYM"\n",
HaloFinderTimestep);
fprintf(fptr, "HaloFinderLastTime = %"PSYM"\n\n",
HaloFinderLastTime);
Expand Down

0 comments on commit 0dc683c

Please sign in to comment.