Skip to content

Commit

Permalink
Update sipnet.c
Browse files Browse the repository at this point in the history
bug identified by @Qianyuxuan
  • Loading branch information
mdietze authored May 3, 2024
1 parent 0c77ce8 commit 75b2454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ void outputState(FILE *out, int loc, int year, int day, double time) {



fprintf(out, "%8.2f", envi.microbeC);
fprintf(out, "%8.2f ", envi.microbeC);

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

Expand Down

0 comments on commit 75b2454

Please sign in to comment.