From 6c0d19f453741c0add1bffe1b3c55b36aece2a50 Mon Sep 17 00:00:00 2001 From: Pierre BLAUD Date: Sat, 11 Feb 2023 20:44:06 +0100 Subject: [PATCH] using InvariantSets issue #6 modified: src/InvariantSets.jl --- src/InvariantSets.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/InvariantSets.jl b/src/InvariantSets.jl index ddc9678..5fcd225 100644 --- a/src/InvariantSets.jl +++ b/src/InvariantSets.jl @@ -55,8 +55,8 @@ include(raw"concrete_operator.jl") export ρ_exact, σ_exact, ρ_matrix, canonical_length, marginal_enlargment -include(raw"helper\lazy_sets.jl") -include(raw"helper\control_systems.jl") +include(raw"helper/lazy_sets.jl") +include(raw"helper/control_systems.jl") abstract type AbstractAlgorithm end export preset,