Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolcg committed Nov 8, 2023
1 parent e9ee7d9 commit b3194ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ODEs/ODETools/RungeKutta.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ function solve_step!(uf::AbstractVector,
sizehint!(ki,s)
[push!(ki,similar(u0)) for i in 1:s]
rhs = similar(u0)
if (s>1)
u_aux = ui[1] # auxiliar variable to store the sum of stages
else
u_aux = nothing # This is needed for the case s=1
end
nls_stage_cache = nothing
nls_update_cache = nothing
else
Expand Down

0 comments on commit b3194ac

Please sign in to comment.