Skip to content

Commit 96ffdfb

Browse files
Update lib/OrdinaryDiffEqRKN/src/OrdinaryDiffEqRKN.jl
1 parent cc3b6c5 commit 96ffdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqRKN/src/OrdinaryDiffEqRKN.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
99
OrdinaryDiffEqPartitionedAlgorithm,
1010
OrdinaryDiffEqAdaptiveAlgorithm, CompiledFloats, uses_uprev,
1111
alg_cache, _vec, _reshape, @cache, isfsal, full_cache,
12-
constvalue, _unwrap_val, du_alias_or_new,
12+
constvalue, _unwrap_val, du_alias_or_new, _ode_interpolant,
1313
trivial_limiter!, _ode_interpolant!, _ode_addsteps!
1414
using DiffEqBase, FastBroadcast, Polyester, MuladdMacro, RecursiveArrayTools
1515
using DiffEqBase: @def, @tight_loop_macros

0 commit comments

Comments
 (0)