Skip to content

Commit

Permalink
Update lib/OrdinaryDiffEqRosenbrock/src/rosenbrock_perform_step.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Smith <[email protected]>
  • Loading branch information
ParamThakkar123 and oscardssmith authored Aug 8, 2024
1 parent 00ac93c commit bbc512b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/OrdinaryDiffEqRosenbrock/src/rosenbrock_perform_step.jl
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,7 @@ end

if cache isa Rosenbrock33Cache
f(fsallast, u, p, t + dt)
end

if cache isa Rosenbrock34Cache
elseif cache isa Rosenbrock34Cache
f(du, u, p, t + dt) #-- c4 = 1
end

Expand Down

0 comments on commit bbc512b

Please sign in to comment.