From 78da45c03e157989ba7a5ef34411168697cb001e Mon Sep 17 00:00:00 2001 From: Michael Kraus Date: Tue, 3 Dec 2024 16:01:31 +0100 Subject: [PATCH] Minor cleanup. --- src/Integrators.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Integrators.jl b/src/Integrators.jl index f73c7f64..e4b2f773 100644 --- a/src/Integrators.jl +++ b/src/Integrators.jl @@ -97,7 +97,7 @@ module Integrators include("solutions/solution_step_constructors.jl") - export IntegratorCache, IntegratorConstructor + export IntegratorCache export equation, timestep include("integrators/integrator_cache.jl")