Skip to content

Commit

Permalink
fix include order
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Nov 14, 2024
1 parent 39be7e4 commit 5ce4abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SciMLBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ Internal. Used for signifying the AD context comes from a Tracker.jl context.
"""
struct TrackerOriginator <: ADOriginator end

include("initialization.jl")
include("ODE_nlsolve.jl")
include("utils.jl")
include("function_wrappers.jl")
include("scimlfunctions.jl")
Expand Down Expand Up @@ -744,8 +746,6 @@ include("ensemble/ensemble_problems.jl")
include("ensemble/basic_ensemble_solve.jl")
include("ensemble/ensemble_analysis.jl")

include("initialization.jl")
include("ODE_nlsolve.jl")
include("solve.jl")
include("interpolation.jl")
include("integrator_interface.jl")
Expand Down

0 comments on commit 5ce4abd

Please sign in to comment.