Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…iffEq.jl into Verner
  • Loading branch information
ParamThakkar123 committed Jul 9, 2024
2 parents 17fbed0 + edeb88a commit d23244c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/OrdinaryDiffEqVerner/src/OrdinaryDiffEqVerner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
OrdinaryDiffEqAdaptiveAlgorithm, CompiledFloats, uses_uprev,
alg_cache, _vec, _reshape, @cache, isfsal, full_cache,
constvalue, _unwrap_val, du_alias_or_new,
explicit_rk_docstring, trivial_limiter!,
explicit_rk_docstring, trivial_limiter!, _ode_interpolant,
_ode_interpolant!, _ode_addsteps!, @fold,
@OnDemandTableauExtract, AutoAlgSwitch
@OnDemandTableauExtract, AutoAlgSwitch,
DerivativeOrderNotPossibleError
using DiffEqBase, FastBroadcast, Polyester, MuladdMacro, RecursiveArrayTools
using DiffEqBase: @def, @tight_loop_macros
using Static: False
Expand Down

0 comments on commit d23244c

Please sign in to comment.