We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80451d9 commit 56caf39Copy full SHA for 56caf39
1 file changed
tests/sipnet/test_events_types/testEventHarvest.c
@@ -95,7 +95,7 @@ int run(void) {
95
ctx.litterPool ? "on" : "off", ctx.nitrogenCycle ? "on" : "off");
96
initEvents("events_one_harvest.in", 0);
97
setupEvents();
98
- procEvents();
+ // procEvents();
99
100
// fracRA = 0.1, fracRB = 0.2, frac TA = 0.3, fracTB = 0.4
101
expSoilC = 10 + 0.3 * (2 + 3) + 0.4 * (4 + 5); // 1 + 1.5 + 3.6 = 6.1
0 commit comments