From fab7a4f05e75dcccb7ed7ac6c963725a39db61ae Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 8 Oct 2008 01:16:36 +0100 Subject: [PATCH] allow compiling spuriously with XBITS>=6 --- energy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/energy.c b/energy.c index 930a9d5..368abc4 100644 --- a/energy.c +++ b/energy.c @@ -59,7 +59,7 @@ static const CostContribution costs[]= { COST( 1e18, noncircular_rim_cost) #endif -#if XBITS==5 +#if XBITS>=5 /* nonsense follows but never mind */ #define STOP_EPSILON 1e-6 COST( 3e5, line_bending_cost) COST( 10e2, edge_length_variation_cost) -- 2.30.2