From 5cb1a1aa2036ff015feafa61691c9dfde9fa4395 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 Oct 2008 19:56:00 +0100 Subject: [PATCH] and the stop epsilon, from size hovering around 7.something e-4 --- energy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/energy.c b/energy.c index 8bce859..09c5481 100644 --- a/energy.c +++ b/energy.c @@ -76,7 +76,7 @@ static const CostContribution costs[]= { #endif #if XBITS==6 -#define STOP_EPSILON 1.2e-5 +#define STOP_EPSILON 8e-4 COST( 3e4, vertex_displacement_cost) COST( 3e4, vertex_edgewise_displ_cost) COST( 3e-2, rim_proximity_cost) -- 2.30.2