Skip to content

Commit 052b155

Browse files
no tspan in SteadyStateProblem
1 parent 2f19b42 commit 052b155

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,8 @@ function SteadyStateProblemExpr{iip}(sys::AbstractODESystem,u0map,
413413
ex = quote
414414
f = $f
415415
u0 = $u0
416-
tspan = $tspan
417416
p = $p
418-
SteadyStateProblem(f,u0,tspan,p;$(kwargs...))
417+
SteadyStateProblem(f,u0,p;$(kwargs...))
419418
end
420419
!linenumbers ? striplines(ex) : ex
421420
end

0 commit comments

Comments
 (0)