From c6c3cba728037e4f74688a4aaa8bd20f0399e513 Mon Sep 17 00:00:00 2001 From: kalmar Date: Fri, 9 Jun 2017 11:58:44 +0200 Subject: [PATCH] splaplacian is Float64 by default --- Orb_AutFN.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orb_AutFN.jl b/Orb_AutFN.jl index 6fbf5cc..d964929 100644 --- a/Orb_AutFN.jl +++ b/Orb_AutFN.jl @@ -179,7 +179,7 @@ function orbit_check_propertyT(logger, sett::Settings) init_orbit_data(logger, sett, radius=sett.radius) - Δ = float(PropertyT.ΔandSDPconstraints(sett.name, sett.G)[1]) + Δ = PropertyT.ΔandSDPconstraints(sett.name, sett.G)[1] fnames = PropertyT.λSDPfilenames(sett.name)