Skip to content

Commit

Permalink
Merge pull request #13 from PecanProject/mdietze-patch-1
Browse files Browse the repository at this point in the history
Update sipnet.c
  • Loading branch information
dlebauer authored Jul 25, 2024
2 parents 0c77ce8 + 75b2454 commit a8168fb
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 a8168fb

Please sign in to comment.