summaryrefslogtreecommitdiffstats
path: root/src/map/amap/amapInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2019-10-26 16:29:05 +0300
committerAlan Mishchenko <alanmi@berkeley.edu>2019-10-26 16:29:05 +0300
commitfeb3e7943de06c7c5ba16c53a23df00aa3c46cd0 (patch)
tree50162430a1f6274617bd01681b28e64e1f9ba997 /src/map/amap/amapInt.h
parent35c2b4216499e26242ed36a77d6bde5aab88363d (diff)
downloadabc-feb3e7943de06c7c5ba16c53a23df00aa3c46cd0.tar.gz
abc-feb3e7943de06c7c5ba16c53a23df00aa3c46cd0.tar.bz2
abc-feb3e7943de06c7c5ba16c53a23df00aa3c46cd0.zip
Adding limit on the depth of recursion when counting exact area in 'amap'.
Diffstat (limited to 'src/map/amap/amapInt.h')
-rw-r--r--src/map/amap/amapInt.h1
1 files changed, 1 insertions, 0 deletions
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;