Skip to content

Commit 7b78330

Browse files
namespace
1 parent c7f60a8 commit 7b78330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ function initialize_solution!(integrator::SDDEIntegrator)
241241
nothing
242242
end
243243

244-
function OrdinaryDiffEq.nlsolve_f(integrator::SDDEIntegrator)
245-
OrdinaryDiffEq.nlsolve_f(integrator.f, unwrap_alg(integrator, true))
244+
function StochasticDiffEq.OrdinaryDiffEq.nlsolve_f(integrator::SDDEIntegrator)
245+
StochasticDiffEq.OrdinaryDiffEq.nlsolve_f(integrator.f, unwrap_alg(integrator, true))
246246
end
247247

248248
function unwrap_alg(integrator::SDDEIntegrator, is_stiff)

0 commit comments

Comments
 (0)