Skip to content

Commit

Permalink
a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 9, 2024
1 parent 519a566 commit a6dccb9
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 @@ -27,7 +27,8 @@ import OrdinaryDiffEqCore: trivial_limiter!, CompositeAlgorithm, alg_order, Sham
OrdinaryDiffEqCompositeAlgorithm, initialize_callbacks!, PredictiveController,
get_differential_vars, alg_cache, AutoSwitchCache, InterpolationData,
DEOptions, OrdinaryDiffEqAlgorithm, @cache, fsal_typeof, OrdinaryDiffEqCache,
OrdinaryDiffEqAdaptiveAlgorithm, handle_dt!, ode_determine_initdt
OrdinaryDiffEqAdaptiveAlgorithm, handle_dt!, ode_determine_initdt,
loopheader!

export CompositeAlgorithm, ShampineCollocationInit, BrownFullBasicInit, NoInit
AutoSwitch
Expand Down

0 comments on commit a6dccb9

Please sign in to comment.