Skip to content

Commit ff6351e

Browse files
interpolate iip
1 parent 052b155 commit ff6351e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function ODEFunctionExpr{iip}(sys::AbstractODESystem, dvs = states(sys),
247247
Wfact_t = $_Wfact_t
248248
M = $_M
249249

250-
ODEFunction{iip}(f,
250+
ODEFunction{$iip}(f,
251251
jac = jac,
252252
tgrad = tgrad,
253253
Wfact = Wfact,

src/systems/diffeqs/sdesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function SDEFunctionExpr{iip}(sys::SDESystem, dvs = states(sys),
213213
Wfact_t = $_Wfact_t
214214
M = $_M
215215

216-
SDEFunction{iip}(f,g,
216+
SDEFunction{$iip}(f,g,
217217
jac = jac,
218218
tgrad = tgrad,
219219
Wfact = Wfact,

0 commit comments

Comments
 (0)