Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Oct 3, 2023
1 parent a0ce9b9 commit e55e823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common_interface/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractODEProblem{uType, tupType, i
abstol = 1 / 10^6,
reltol = 1 / 10^3,
saveat = Float64[],
d_discontinuities = Float64[]
d_discontinuities = Float64[],
tstops = Float64[],
maxiters = Int(1e5),
dt = nothing,
Expand Down Expand Up @@ -987,7 +987,7 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractDAEProblem{uType, duType, tu
reltol = 1 / 10^3,
saveat = Float64[],
tstops = Float64[],
d_discontinuities = Float64[]
d_discontinuities = Float64[],
maxiters = Int(1e5),
timeseries_errors = true,
dense_errors = false,
Expand Down

0 comments on commit e55e823

Please sign in to comment.