From: Ian Jackson Date: Wed, 8 Oct 2008 00:16:36 +0000 (+0100) Subject: allow compiling spuriously with XBITS>=6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=fab7a4f05e75dcccb7ed7ac6c963725a39db61ae;p=moebius2.git allow compiling spuriously with XBITS>=6 --- 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)