summaryrefslogtreecommitdiffstats
path: root/src/map/fpga
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/fpga')
-rw-r--r--src/map/fpga/fpgaCreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/fpga/fpgaCreate.c b/src/map/fpga/fpgaCreate.c
index fc6577fa..aae49f4c 100644
--- a/src/map/fpga/fpgaCreate.c
+++ b/src/map/fpga/fpgaCreate.c
@@ -172,7 +172,7 @@ Fpga_Man_t * Fpga_ManCreate( int nInputs, int nOutputs, int fVerbose )
p->fAreaRecovery = 1;
p->fTree = 0;
p->fRefCount = 1;
- p->fEpsilon = (float)0.00001;
+ p->fEpsilon = (float)0.001;
Fpga_TableCreate( p );
//if ( p->fVerbose )