From bcdcb962daf34483eaca2c4fccff59b1ef03cf74 Mon Sep 17 00:00:00 2001 From: kalmar Date: Tue, 6 Jun 2017 17:54:05 +0200 Subject: [PATCH] include OrbitDecomposition --- Orb_AutF4.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Orb_AutF4.jl b/Orb_AutF4.jl index b464946..7243d6b 100644 --- a/Orb_AutF4.jl +++ b/Orb_AutF4.jl @@ -7,6 +7,8 @@ using PropertyT using ArgParse +include("OrbitDecomposition.jl") + immutable ProblemData{T} name::String Us::Vector{SparseMatrixCSC{Float64,Int}}