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 c7f60a8 commit 7b78330Copy full SHA for 7b78330
src/utils.jl
@@ -241,8 +241,8 @@ function initialize_solution!(integrator::SDDEIntegrator)
241
nothing
242
end
243
244
-function OrdinaryDiffEq.nlsolve_f(integrator::SDDEIntegrator)
245
- OrdinaryDiffEq.nlsolve_f(integrator.f, unwrap_alg(integrator, true))
+function StochasticDiffEq.OrdinaryDiffEq.nlsolve_f(integrator::SDDEIntegrator)
+ StochasticDiffEq.OrdinaryDiffEq.nlsolve_f(integrator.f, unwrap_alg(integrator, true))
246
247
248
function unwrap_alg(integrator::SDDEIntegrator, is_stiff)
0 commit comments