Skip to content

Commit

Permalink
Update integrator_interface.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas-Ekanathan authored Aug 11, 2024
1 parent d5beb29 commit 9fee28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqFIRK/src/integrator_interface.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inline function DiffEqBase.get_tmp_cache(integrator, alg::Union{RadauIIA3, RadauIIA5, RadauIIA9, adaptiveRadau},
@inline function DiffEqBase.get_tmp_cache(integrator, alg::Union{RadauIIA3, RadauIIA5, RadauIIA9, AdaptiveRadau},
cache::OrdinaryDiffEqMutableCache)
(cache.tmp, cache.atmp)
end

0 comments on commit 9fee28b

Please sign in to comment.