From 072356af88a52ff9f4210793cdb703563b4448a2 Mon Sep 17 00:00:00 2001 From: Olivier Cots <66357348+ocots@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:49:17 +0200 Subject: [PATCH] Update CTFlows.jl --- src/CTFlows.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CTFlows.jl b/src/CTFlows.jl index b4ea254..e61c21f 100644 --- a/src/CTFlows.jl +++ b/src/CTFlows.jl @@ -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