We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3b6c5 commit 96ffdfbCopy full SHA for 96ffdfb
lib/OrdinaryDiffEqRKN/src/OrdinaryDiffEqRKN.jl
@@ -9,7 +9,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
9
OrdinaryDiffEqPartitionedAlgorithm,
10
OrdinaryDiffEqAdaptiveAlgorithm, CompiledFloats, uses_uprev,
11
alg_cache, _vec, _reshape, @cache, isfsal, full_cache,
12
- constvalue, _unwrap_val, du_alias_or_new,
+ constvalue, _unwrap_val, du_alias_or_new, _ode_interpolant,
13
trivial_limiter!, _ode_interpolant!, _ode_addsteps!
14
using DiffEqBase, FastBroadcast, Polyester, MuladdMacro, RecursiveArrayTools
15
using DiffEqBase: @def, @tight_loop_macros
0 commit comments