Skip to content

Commit

Permalink
Update CTFlows.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Jul 7, 2024
1 parent 7eb59fe commit 072356a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CTFlows.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module CTFlows
include("types.jl")

# to be extended
Flow(args...; kwargs...) = throw(ExtensionError("Please make: julia> using DifferentialEquations"))
Flow(args...; kwargs...) = throw(ExtensionError("Please make: julia> using OrdinaryDiffEq"))
default_algorithm = nothing
function set_default_algorithm(alg)
global default_algorithm = alg
Expand Down

0 comments on commit 072356a

Please sign in to comment.