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.
2 parents 29af789 + 788df63 commit 5272433Copy full SHA for 5272433
src/functionwrapper.jl
@@ -34,7 +34,7 @@ end
34
(f::SDEFunctionWrapper{false})(u, p, t) = f.f(u, f.h, p, t)
35
36
function wrap_functions_and_history(f::SDDEFunction, g, h)
37
- gwh = SDEDiffusionTermWrapper{isinplace(g, 5), typeof(g), typeof(h)}(g, h)
+ gwh = SDEDiffusionTermWrapper{isinplace(f), typeof(g), typeof(h)}(g, h)
38
39
if f.jac === nothing
40
jac = nothing
0 commit comments