Skip to content

Commit 2d55b45

Browse files
format
1 parent 0c5cec8 commit 2d55b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ are used to set the order of the dependent variable and parameter vectors,
245245
respectively.
246246
"""
247247
function DiffEqBase.ODEFunction(sys::AbstractODESystem, args...; kwargs...)
248-
ODEFunction{true}(sys, args...; kwargs...)
248+
ODEFunction{true}(sys, args...; kwargs...)
249249
end
250250

251251
function DiffEqBase.ODEFunction{iip}(sys::AbstractODESystem, dvs = states(sys),
@@ -364,7 +364,7 @@ Create an `DAEFunction` from the [`ODESystem`](@ref). The arguments `dvs` and
364364
respectively.
365365
"""
366366
function DiffEqBase.DAEFunction(sys::AbstractODESystem, args...; kwargs...)
367-
DAEFunction{true}(sys, args...; kwargs...)
367+
DAEFunction{true}(sys, args...; kwargs...)
368368
end
369369

370370
function DiffEqBase.DAEFunction{iip}(sys::AbstractODESystem, dvs = states(sys),

0 commit comments

Comments
 (0)