Skip to content

Commit

Permalink
Merge pull request #2596 from efaulhaber/patch-1
Browse files Browse the repository at this point in the history
Make the name `OrdinaryDiffEqCore` available
  • Loading branch information
ChrisRackauckas authored Feb 11, 2025
2 parents fe94340 + dab0b15 commit c74c2cb
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 @@ -6,7 +6,8 @@ module OrdinaryDiffEq
using Reexport
@reexport using DiffEqBase

import OrdinaryDiffEqCore: trivial_limiter!, CompositeAlgorithm, alg_order,
import OrdinaryDiffEqCore: OrdinaryDiffEqCore,
trivial_limiter!, CompositeAlgorithm, alg_order,
ShampineCollocationInit, BrownFullBasicInit, NoInit,
set_new_W!, set_W_γdt!, get_W, isfirstcall, isfirststage,
isJcurrent, get_new_W_γdt_cutoff,
Expand Down

0 comments on commit c74c2cb

Please sign in to comment.