From f987ae7622cde3dad82d676062615d80abd4f84c Mon Sep 17 00:00:00 2001 From: kalmar Date: Sun, 28 May 2017 20:06:21 +0200 Subject: [PATCH] typo --- src/checksolution.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checksolution.jl b/src/checksolution.jl index e676854..f646135 100644 --- a/src/checksolution.jl +++ b/src/checksolution.jl @@ -127,7 +127,7 @@ function check_distance_to_positive_cone(Δ::GroupRingElem, λ, P; info(logger, "------------------------------------------------------------") if fp_distance ≤ 0 - return fpdistance + return fp_distance end info(logger, "Projecting columns of rationalized Q to the augmentation ideal...")