Skip to content

Commit 90c37fc

Browse files
committed
removed CMakeLists.txt, fixed seg fault in the end of execution
1 parent 6c02092 commit 90c37fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define POINT_SPLIT true // Optimized Point-Quad-Tree: splits the bucket on the median point
66
//#define POINT_SPLIT false // Point-Region-Quad-Tree: divides the bucket to equal sized regions
77

8-
#define CAPACITY 512
8+
#define CAPACITY 128
99

1010
#define XLOW 0
1111
#define YLOW 1

main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ int main(int argc, char **argv){
7979
tree->getStatistics();
8080
}
8181
}
82-
tree->deleteTree();
8382
return 0;
8483
}
8584

0 commit comments

Comments
 (0)