Skip to content

Commit

Permalink
Update lib/OrdinaryDiffEqRKN/src/OrdinaryDiffEqRKN.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 6, 2024
1 parent cc3b6c5 commit 96ffdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqRKN/src/OrdinaryDiffEqRKN.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
OrdinaryDiffEqPartitionedAlgorithm,
OrdinaryDiffEqAdaptiveAlgorithm, CompiledFloats, uses_uprev,
alg_cache, _vec, _reshape, @cache, isfsal, full_cache,
constvalue, _unwrap_val, du_alias_or_new,
constvalue, _unwrap_val, du_alias_or_new, _ode_interpolant,
trivial_limiter!, _ode_interpolant!, _ode_addsteps!
using DiffEqBase, FastBroadcast, Polyester, MuladdMacro, RecursiveArrayTools
using DiffEqBase: @def, @tight_loop_macros
Expand Down

0 comments on commit 96ffdfb

Please sign in to comment.