Skip to content

Commit

Permalink
More minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Dec 23, 2024
1 parent 33a5e2a commit f3340fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rootfinding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ function taylorinteg!(dense::Val{D}, f!, g,
# Initial conditions
order = get_order(t)
x0 = deepcopy(q0)
x .= Taylor1.(q0, order)
dx .= zero.(x)
@inbounds cache.tv[1] = t0
@inbounds cache.xv[:,1] .= deepcopy(q0)
sign_tstep = copysign(1, tmax-t0)
Expand Down

0 comments on commit f3340fe

Please sign in to comment.