Skip to content

Commit d7d1f37

Browse files
fix typo
1 parent 5082d8d commit d7d1f37

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
@@ -395,7 +395,7 @@ function DiffEqBase.SteadyStateProblem(sys::AbstractODESystem,u0map,tspan,
395395
Generates an SteadyStateProblem from an ODESystem and allows for automatically
396396
symbolically calculating numerical enhancements.
397397
"""
398-
function DiffEqBase.SteadyStateProblem{iip}(sys::AbstractODESystem,u0map,
398+
function DiffEqBase.SteadyStateProblemExpr{iip}(sys::AbstractODESystem,u0map,
399399
parammap=DiffEqBase.NullParameters();
400400
version = nothing, tgrad=false,
401401
jac = false, Wfact = false,

0 commit comments

Comments
 (0)