34304 34304 testscript01.txt 34304 ./main prog=3 in=treeindexed01.txt Assertion failed: (root==0), function addroot, file ../bsptrees/treeindexedD2.h, line 342. 0 ./main prog=2 Builing and printing a simple tree. addleft 2 1 2 2 0 0 2 1 3 1 0 moveleft, addleft 3 1 2 2 0 0 2 3 3 1 0 3 1 4 2 0 reset, moveleft, addright 4 1 2 2 0 0 2 3 4 1 0 3 1 4 2 0 4 3 5 2 1 0 ./main prog=4 Building a simple 2D partition. Using manual insertion commands : move to the node before inserting new node, then adding associated half-space to vi. 4 1 2 3 0 0 2 1 3 1 0 3 4 4 1 1 4 2 5 3 0 Testing if points are in correct regions. 34304 testscript02.txt 0 ./main prog=1 Testing treeindexedD2 printing and addleft, addright. Created a root node. 1 1 1 2 0 0 addleft 2 1 2 2 0 0 2 1 3 1 0 Created another root node. 1 1 1 2 0 0 addright 2 1 1 2 0 0 2 2 3 1 1 34304 ./main prog=6 Assertion failed: (root==0), function addroot, file ../bsptrees/treeindexedD2.h, line 342.