From 71ef172b8f45acc2538d45e4b8916d00740513a8 Mon Sep 17 00:00:00 2001 From: Date: Thu, 11 Oct 2012 21:04:31 -0400 Subject: [PATCH] revert mistakenly committed tgconstruct with find_slivers enabled. - I was using it to test the Point2d -> SGVec2d minimum angle calculations --- src/BuildTiles/Main/tgconstruct.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BuildTiles/Main/tgconstruct.hxx b/src/BuildTiles/Main/tgconstruct.hxx index cf7d9011..7f50bdac 100644 --- a/src/BuildTiles/Main/tgconstruct.hxx +++ b/src/BuildTiles/Main/tgconstruct.hxx @@ -39,7 +39,7 @@ #include "tglandclass.hxx" -#define FIND_SLIVERS (1) +#define FIND_SLIVERS (0) #define USE_ACCUMULATOR (1)