From feb3e7943de06c7c5ba16c53a23df00aa3c46cd0 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 26 Oct 2019 16:29:05 +0300 Subject: Adding limit on the depth of recursion when counting exact area in 'amap'. --- src/map/amap/amapInt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/amap/amapInt.h') diff --git a/src/map/amap/amapInt.h b/src/map/amap/amapInt.h index 3a6432de..2dfcafb6 100644 --- a/src/map/amap/amapInt.h +++ b/src/map/amap/amapInt.h @@ -103,6 +103,7 @@ struct Amap_Man_t_ Vec_Ptr_t * vCuts0; Vec_Ptr_t * vCuts1; Vec_Ptr_t * vCuts2; + Vec_Ptr_t * vTempP; // statistics int nCutsUsed; int nCutsTried; -- cgit v1.2.3