From 6250ccb82ebb086ab4f2b1c4bb6e30d74ac35adf Mon Sep 17 00:00:00 2001 From: kalmar Date: Tue, 6 Jun 2017 18:48:25 +0200 Subject: [PATCH] missing "=" --- Orb_AutFN.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orb_AutFN.jl b/Orb_AutFN.jl index fcbfc85..d577d96 100644 --- a/Orb_AutFN.jl +++ b/Orb_AutFN.jl @@ -79,7 +79,7 @@ function init_ProblemData(name::String) Uπs = load(joinpath(name, "U_pis.jld"), "Uπs"); Uπs = sparsify.(Uπs); #dimensions of the corresponding πs: - dims load(joinpath(name, "U_pis.jld"), "dims") + dims = load(joinpath(name, "U_pis.jld"), "dims") m, P = init_model(Uπs);