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 d9ca888 commit bb5b388Copy full SHA for bb5b388
knitr/soil-carbon/soil_incubation.stan
@@ -74,7 +74,7 @@ functions {
74
real gamma, real totalC_t0,
75
real k1, real k2,
76
real alpha21, real alpha12,
77
- real[] x_r, int[] x_i) {
+ data real[] x_r, data int[] x_i) {
78
79
real C_t0[2]; // initial state
80
real theta[4]; // ODE parameters
0 commit comments