Skip to content

Commit a8168fb

Browse files
authored
Merge pull request #13 from PecanProject/mdietze-patch-1
Update sipnet.c
2 parents 0c77ce8 + 75b2454 commit a8168fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sipnet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ void outputState(FILE *out, int loc, int year, int day, double time) {
814814

815815

816816

817-
fprintf(out, "%8.2f", envi.microbeC);
817+
fprintf(out, "%8.2f ", envi.microbeC);
818818

819819
fprintf(out, "%8.2f %8.2f", envi.coarseRootC,envi.fineRootC);
820820

0 commit comments

Comments
 (0)