Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 9, 2024
1 parent 8175fc5 commit d3326c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OrdinaryDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import OrdinaryDiffEqCore: trivial_limiter!, CompositeAlgorithm, alg_order, Sham
DummyController, issplit, calculate_residuals, calculate_residuals!,
nlsolve_f, unwrap_cache, ode_addsteps!, get_chunksize, handle_callback_modifiers!,
unwrap_alg, apply_step!, initialize_tstops, uses_uprev, initialize_saveat,
isimplicit, initialize_d_discontinuities, isdtchangeable, _searchsortedfirst
isimplicit, initialize_d_discontinuities, isdtchangeable, _searchsortedfirst,
@unpack, ismultistep, DEFAULT_PRECS

export CompositeAlgorithm, ShampineCollocationInit, BrownFullBasicInit, NoInit
AutoSwitch
Expand Down

0 comments on commit d3326c7

Please sign in to comment.