Skip to content

Commit

Permalink
Fix imported threads
Browse files Browse the repository at this point in the history
This is used in a lot of benchmarks so it's a bit of help getting everything updated.
  • Loading branch information
ChrisRackauckas authored Sep 25, 2024
1 parent 733bfa5 commit 89c0442
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 @@ -58,7 +58,8 @@ 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,
Sequential, BaseThreads, PolyesterThreads

export CompositeAlgorithm, ShampineCollocationInit, BrownFullBasicInit, NoInit
AutoSwitch
Expand Down

0 comments on commit 89c0442

Please sign in to comment.