Skip to content

Commit d23244c

Browse files
Merge branch 'Verner' of https://github.com/ParamThakkar123/OrdinaryDiffEq.jl into Verner
2 parents 17fbed0 + edeb88a commit d23244c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/OrdinaryDiffEqVerner/src/OrdinaryDiffEqVerner.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
99
OrdinaryDiffEqAdaptiveAlgorithm, CompiledFloats, uses_uprev,
1010
alg_cache, _vec, _reshape, @cache, isfsal, full_cache,
1111
constvalue, _unwrap_val, du_alias_or_new,
12-
explicit_rk_docstring, trivial_limiter!,
12+
explicit_rk_docstring, trivial_limiter!, _ode_interpolant,
1313
_ode_interpolant!, _ode_addsteps!, @fold,
14-
@OnDemandTableauExtract, AutoAlgSwitch
14+
@OnDemandTableauExtract, AutoAlgSwitch,
15+
DerivativeOrderNotPossibleError
1516
using DiffEqBase, FastBroadcast, Polyester, MuladdMacro, RecursiveArrayTools
1617
using DiffEqBase: @def, @tight_loop_macros
1718
using Static: False

0 commit comments

Comments
 (0)