Skip to content

Commit 8e265ce

Browse files
Update OrdinaryDiffEq.jl
1 parent a54f09f commit 8e265ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/OrdinaryDiffEq.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ import OrdinaryDiffEqCore: trivial_limiter!, CompositeAlgorithm, alg_order,
5858
_change_t_via_interpolation!, ODEIntegrator, _ode_interpolant!,
5959
current_interpolant, resize_nlsolver!, _ode_interpolant,
6060
handle_tstop!, _postamble!, update_uprev!, resize_J_W!,
61-
DAEAlgorithm, get_fsalfirstlast, strip_cache
61+
DAEAlgorithm, get_fsalfirstlast, strip_cache,
62+
Sequential, BaseThreads, PolyesterThreads
6263

6364
export CompositeAlgorithm, ShampineCollocationInit, BrownFullBasicInit, NoInit
6465
AutoSwitch

0 commit comments

Comments
 (0)