Skip to content

Commit

Permalink
add strip_interpolation to OrdinaryDiffEq imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Aug 21, 2024
1 parent adc6181 commit ce1ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrdinaryDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import OrdinaryDiffEqCore: trivial_limiter!, CompositeAlgorithm, alg_order,
_change_t_via_interpolation!, ODEIntegrator, _ode_interpolant!,
current_interpolant, resize_nlsolver!, _ode_interpolant,
handle_tstop!, _postamble!, update_uprev!, resize_J_W!,
DAEAlgorithm, get_fsalfirstlast, strip_cache
DAEAlgorithm, get_fsalfirstlast, strip_cache, strip_interpolation

export CompositeAlgorithm, ShampineCollocationInit, BrownFullBasicInit, NoInit
AutoSwitch
Expand Down

0 comments on commit ce1ff43

Please sign in to comment.