Skip to content

Commit

Permalink
Update validatedODEs.jl (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets authored Jul 1, 2021
1 parent 5405b2e commit 7441eb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/validatedODEs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ function validated_integ(f!, X0, t0::T, tmax::T, orderQ::Int, orderT::Int, absto
parse_eqs = TaylorIntegration._determine_parsing!(parse_eqs, f!, t, x, dx, params)

local _success # if true, the validation step succeeded
setformat(:full)
red_abstol = abstol

# Integration
Expand Down Expand Up @@ -832,7 +831,6 @@ function validated_integ2(f!, X0, t0::T, tf::T, orderQ::Int, orderT::Int,

parse_eqs = TaylorIntegration._determine_parsing!(parse_eqs, f!, t, x, dx, params)
red_abstol = abstol
setformat(:full)

while t0 * sign_tstep < tf * sign_tstep
δt = TaylorIntegration.taylorstep!(f!, t, x, dx, xaux, abstol, params, parse_eqs)
Expand Down

0 comments on commit 7441eb2

Please sign in to comment.