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