99(g:: SDEDiffusionTermWrapper{false} )(u, p, t) = g. g (u, g. h, p, t)
1010
1111struct SDEFunctionWrapper{iip, F, G, H, TMM, Ta, Tt, TJ, JVP, VJP, JP, SP, TW, TWt, TPJ, GG,
12- S, TCV} <: DiffEqBase.AbstractRODEFunction{iip}
12+ TCV} <: DiffEqBase.AbstractRODEFunction{iip}
1313 f:: F
1414 g:: G
1515 h:: H
@@ -25,7 +25,6 @@ struct SDEFunctionWrapper{iip, F, G, H, TMM, Ta, Tt, TJ, JVP, VJP, JP, SP, TW, T
2525 Wfact_t:: TWt
2626 paramjac:: TPJ
2727 ggprime:: GG
28- syms:: S
2928 colorvec:: TCV
3029end
3130
@@ -54,7 +53,7 @@ function wrap_functions_and_history(f::SDDEFunction, g, h)
5453 typeof (f. analytic), typeof (f. tgrad), typeof (jac), typeof (f. jvp),
5554 typeof (f. vjp), typeof (f. jac_prototype), typeof (f. sparsity),
5655 typeof (f. Wfact), typeof (f. Wfact_t), typeof (f. paramjac),
57- typeof (f. ggprime), typeof (f. syms), typeof (f . colorvec)}(f. f, gwh, h,
56+ typeof (f. ggprime), typeof (f. colorvec)}(f. f, gwh, h,
5857 f. mass_matrix,
5958 f. analytic,
6059 f. tgrad, jac,
@@ -65,7 +64,6 @@ function wrap_functions_and_history(f::SDDEFunction, g, h)
6564 f. Wfact_t,
6665 f. paramjac,
6766 f. ggprime,
68- f. syms,
6967 f. colorvec),
7068 gwh
7169end
0 commit comments