Skip to content

Commit 75b2454

Browse files
authored
Update sipnet.c
bug identified by @Qianyuxuan
1 parent 0c77ce8 commit 75b2454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sipnet.c

+1-1
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)