From db6fe7f2cf70d34f73aced6fe5c8747496e2f8a6 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Mon, 20 Aug 2018 04:02:04 +0200 Subject: [PATCH] use the new interpret results --- src/Orbit-wise.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orbit-wise.jl b/src/Orbit-wise.jl index 4b2f71f..77455c9 100644 --- a/src/Orbit-wise.jl +++ b/src/Orbit-wise.jl @@ -215,5 +215,5 @@ function check_property_T(sett::Settings) isapprox(eigvals(P), abs.(eigvals(P)), atol=sett.tol) || warn("The solution matrix doesn't seem to be positive definite!") - return interpret_results(sett.name, sett.S, sett.radius, λ, P) + return interpret_results(sett.name, Δ, sett.radius, length(sett.S), λ, P) end