Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ParamThakkar123 committed Aug 21, 2024
1 parent a5971d2 commit 285a16b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ function initialize!(integrator, cache::RosenbrockConstantCache)
integrator.k[2] = zero(integrator.u)
end

@muladd function perform_step!(integrator, cache::Rodas4ConstantCache, repeat_step = false)
@muladd function perform_step!(integrator, cache::RosenbrockConstantCache, repeat_step = false)
@unpack t, dt, uprev, u, f, p = integrator
@unpack tf, uf = cache
@unpack a, C, gamma, c, d = cache.tab
Expand Down

0 comments on commit 285a16b

Please sign in to comment.