Skip to content

Commit

Permalink
precompile tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ParamThakkar123 committed Jul 27, 2024
1 parent fef20be commit 3553e19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OrdinaryDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ using LinearAlgebra

import StaticArrayInterface

using PrecompileTools

import InteractiveUtils

using LinearSolve, SimpleNonlinearSolve
Expand Down Expand Up @@ -292,6 +294,7 @@ using ..OrdinaryDiffEqBDF: reinitFBDF!, error_constant, estimate_terk!,

using ..OrdinaryDiffEqBDF: post_newton_controller!
include("integrators/integrator_utils.jl")

PrecompileTools.@compile_workload begin
function lorenz(du, u, p, t)
du[1] = 10.0(u[2] - u[1])
Expand Down

0 comments on commit 3553e19

Please sign in to comment.