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 d42decd commit 034115c
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 @@ -22,7 +22,7 @@ import OrdinaryDiffEqCore: trivial_limiter!, CompositeAlgorithm, alg_order, Sham
unwrap_alg, apply_step!, initialize_tstops, uses_uprev, initialize_saveat,
isimplicit, initialize_d_discontinuities, isdtchangeable, _searchsortedfirst,
@unpack, ismultistep, DEFAULT_PRECS, isautoswitch, get_chunksize_int,
_unwrap_val, alg_autodiff, concrete_jac, alg_difftype
_unwrap_val, alg_autodiff, concrete_jac, alg_difftype, standardtag

export CompositeAlgorithm, ShampineCollocationInit, BrownFullBasicInit, NoInit
AutoSwitch
Expand Down

0 comments on commit 034115c

Please sign in to comment.