Skip to content

Commit 9883cf8

Browse files
fix typo
1 parent 0e25e2c commit 9883cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ respectively.
121121
function DiffEqBase.ODEFunction{iip}(sys::AbstractODESystem, dvs = states(sys),
122122
ps = parameters(sys);
123123
version = nothing, tgrad=false,
124-
jac = false, Wfact = false; kwargs...) where {iip}
124+
jac = false, Wfact = false, kwargs...) where {iip}
125125
f_oop,f_iip = generate_function(sys, dvs, ps, Val{false}; kwargs...)
126126

127127
f(u,p,t) = f_oop(u,p,t)

0 commit comments

Comments
 (0)