Valid
	XHTML 1.1! Valid CSS!
Created 2007-04-24   Modified 2009-04-11
Chelton Evans

proj report.html CI Report home

arcs documentation/images/success.gif   bezier documentation/images/risk.gif   bsptrees documentation/images/risk.gif   bucket documentation/images/success.gif   cetessD2 documentation/images/risk.gif   clippingdocumentation/images/attention.png   compgeomlib documentation/images/risk.gif   cube documentation/images/risk.gif   delaunay2D documentation/images/risk.gif   delaunay3D documentation/images/risk.gif   geombuilderdocumentation/images/attention.png   graphicslib documentation/images/success.gif   intersectiontests documentation/images/success.gif   linktessbuilddocumentation/images/attention.png   makefilebuildtool documentation/images/success.gif   mathlib documentation/images/success.gif   maze documentation/images/success.gif   menusystem documentation/images/risk.gif   minmonte documentation/images/risk.gif   misclib documentation/images/success.gif   nbody documentation/images/risk.gif   nintegration documentation/images/success.gif   patternsearch documentation/images/risk.gif   plotpolar documentation/images/risk.gif   policyovrd documentation/images/risk.gif   polytrimon documentation/images/risk.gif   pontoon documentation/images/risk.gif   primshpcenters documentation/images/risk.gif   quickhull documentation/images/risk.gif   rpn documentation/images/risk.gif   rsa documentation/images/risk.gif   simplextess documentation/images/risk.gif   sortsimple documentation/images/risk.gif   spring documentation/images/risk.gif   tetrahedrondocumentation/images/attention.png   tri documentation/images/risk.gif   triangledocumentation/images/attention.png   tvirtfunc documentation/images/risk.gif   vecinterp documentation/images/risk.gif   visit documentation/images/risk.gif   vistool documentation/images/risk.gif   vrml documentation/images/risk.gif   zpr documentation/images/risk.gif  

Continuous Integration Key

  Compilation Failure
  Compilation Successful, Unit Tests Failure or no unit tests
  Successful Compilation and Unit Testing

arcs documentation/images/success.gif

Module Status   Success
Compilation Status   Success
Unit Tests   Success

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:36:21

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
make: `main' is up to date.

exitstatus: 0
file: testscript01.txt

exitstatus: 0
line: ./main prog=32

<path>
<info>Path line segements</info>
<points2D>
0 0 0 0 0.2 0.3 0.4 0.7 1.2 0.2 1.6 0.12 0.2 0.2 0.3 0.5 0.7 0.2 0.9 0.3
</points2D>
<control>
6 5 7 8 9
</control>
<segments>
1 2 2 3 3 5
</segments>
</path>
psdist01=5.67695

0 0 0.2 0.3 0.4 0.7 1.6 0.12 5.67695
psfdist=5.67695
psdist02=7.78335
psfdist=7.78335
0.5 1.5 2.5 3.5 4.5 5.5 6.5 7.5 8.5
<path>
<info>Path line segements</info>
<points2D>
0 0 0.5 1.5 2.5 3.5 4.5 5.5 1.2 0.2 6.5 7.5 0.2 0.2 0.3 0.5 0.7 0.2 0.9 0.3
</points2D>
<control>
6 5 7 8 9
</control>
<segments>
1 2 2 3 3 5
</segments>
</path>

bezier documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:36:24

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../bezier/ -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o pointgrid3Ddraw.o stringconvert.o random.o stringspace.o zpr.o gobj.o gobjbase.o pointgrid3Dbilineardraw.o main.o meshpatch.o commandline.o gobjdebug01.o message.o bernstein.o graphmisc.o meshpatchtest.o pointgrid3D.o  -framework GLUT -framework OpenGL

bsptrees documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:36:27

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
make: `main' is up to date.

exitstatus: 34304
file: testscript01.txt

exitstatus: 34304
line: ./main prog=3 in=treeindexed01.txt

Assertion failed: (root==0), function addroot, file ../bsptrees/treeindexedD2.h, line 342.

exitstatus: 0
line: ./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

exitstatus: 0
line: ./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.

exitstatus: 34304
line: ./main prog=3 in=treeindexed01.txt

Assertion failed: (root==0), function addroot, file ../bsptrees/treeindexedD2.h, line 342.

exitstatus: 0
line: ./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

exitstatus: 0
line: ./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.

exitstatus: 34304
file: testscript02.txt

exitstatus: 0
line: ./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


exitstatus: 34304
line: ./main prog=6

Assertion failed: (root==0), function addroot, file ../bsptrees/treeindexedD2.h, line 342.

bucket documentation/images/success.gif

Module Status   Success
Compilation Status   Success
Unit Tests   Success

id: debug
command: make
libraries:
time: 2011-01-07 1:36:30

make: `main' is up to date.

exitstatus: 0
file: testscript01.txt

exitstatus: 0
line: ./main prog=2

Testing Hash Table

Testing if all inserted integers in hash table 
  can be retrieved.

Inserting 4000 numbers into the hash table.
Testing if the inserted numbers are in the hash table.
0 1 256 543 341 458 594 560 35 970 900 730 611 851 934 953 936 765 579 749 713 171 322 16 951 137 205 135 390 475 239 390 902 205 255 715 783 322 171 713 985 815 647 936 186 934 84 375 730 664 970 153 324 358 458 341 543 492 237 885 1 492 543 577 222 594 324 35 85 664 494 611 851 934 186 169 647 579 985 713 407 86 16 715 137 323 902 154 475 239 390 135 441 137 715 16 322 407 477 985 579 647 51 953 698 84 375 730 900 203 35 324 594 458 577 307 492 1 885 119 256 307 577 222 594 560 271 970 664 730 611 84 698 186 936 647 697 749 477 407 86 16 951 373 205 902 390 475 475 154 135 205 137 833 783 86 407 477 985 815 883 936 953 934 84 611 494 900 970 35 442 358 222 577 307 492 237 118 1 256 543 577 458 358 560 35 970 782 494 375 84 698 186 169 883 579 749 713 407 322 783 951 137 205 17 154 239 475 154 135 441 373 715 783 322 407 713 749 815 647 936 68 698 851 611 494 900 203 271 324 358 458 577 543 256 237 885 1 374 307 341 458 358 560 271 203 664 494 611 84 934 953 169 647 579 867 477 171 322 783 951 373 441 902 154 475 475 390 902 441 137 715 901 86 171 713 749 815 883 169 953 698 84 611 730 664 203 35 324 476 222 341 543 256 237 118 237 256 307 577 458 594 324 271 970 664 612 375 851 934 953 169 883 815 749 477 407 322 16 715 373 205 902 272 239 239 390 902 441 373 951 783 86 407 713 985 579 883 936 953 816 851 375 730 664 203 271 560 358 222 577 543 492 1 118 1 256 425 341 222 594 324 271 203 900 494 375 84 934 186 936 883 579 749 595 171 86 16 715 373 441 135 154 239 475 390 135 205 373 715 783 204 171 477 985 579 883 169 186 698 851 611 730 900 970 271 324 358 340 341 307 492 1 118 237 492 307 341 458 594 560 35 203 664 494 493 851 698 186 936 883 815 985 477 171 322 16 951 137 441 902 154 357 239 154 135 205 373 951 16 86 171 713 985 815 647 169 953 698 969 375 494 900 970 271 560 594 222 341 543 492 237 885 237 256 307 459 222 358 560 35 203 900 730 375 851 934 186 169 647 815 749 477 289 86 783 951 137 441 135 390 239 239 390 135 441 137 951 783 86 289 477 749 815 647 169 186 934 851 375 730 900 203 35 560 358 222 459 307 256 237 885 237 492 543 341 222 594 560 271 970 900 494 375 969 698 953 169 647 815 985 713 171 86 16 951 373 205 135 154 239 357 154 902 441 137 951 16 322 171 477 985 815 883 936 186 698 851 493 494 664 203 35 560 594 458 341 307 492 237 118 1 492 307 341 340 358 324 271 970 900 730 611 851 698 186 169 883 579 985 477 171 204 783 715 373 205 135 390 475 239 154 135 441 373 715 16 86 171 595 749 579 883 936 186 934 84 375 494 900 203 271 324 594 222 341 425 256 1 118 1 492 543 577 222 358 560 271 203 664 730 375 851 816 953 936 883 579 985 713 407 86 783 951 373 441 902 390 239 239 272 902 205 373 715 16 322 407 477 749 815 883 169 953 934 851 375 612 664 970 271 324 594 458 577 307 256 237 118 237 256 543 341 222 476 324 35 203 664 730 611 84 698 953 169 883 815 749 713 171 86 901 715 137 441 902 390 475 475 154 902 441 373 951 783 322 171 477 867 579 647 169 953 934 84 611 494 664 203 271 560 358 458 341 307 374 1 885 237 256 543 577 458 358 324 271 203 900 494 611 851 698 68 936 647 815 749 713 407 322 783 715 373 441 135 154 475 239 154 17 205 137 951 783 322 407 713 749 579 883 169 186 698 84 375 494 782 970 35 560 358 458 577 543 256 1 118 237 492 307 577 222 358 442 35 970 900 494 611 84 934 953 936 883 815 985 477 407 86 783 833 137 205 135 154 475 475 390 902 205 373 951 16 86 407 477 749 697 647 936 186 698 84 611 730 664 970 271 560 594 222 577 307 256 119 885 1 492 307 577 458 594 324 35 203 900 730 375 84 698 953 51 647 579 985 477 407 322 16 715 137 441 135 390 239 475 154 902 323 137 715 16 86 407 713 985 579 647 169 186 934 851 611 494 664 85 35 324 594 222 577 543 492 1 885 237 492 543 341 458 358 324 153 970 664 730 375 84 934 186 936 647 815 985 713 171 322 783 715 255 205 902 390 239 475 390 135 205 137 951 16 322 171 713 749 579 765 936 953 934 851 611 730 900 970 35 560 594 458 341 543 256 1 0 1 256 543 341 458 594 560 35 970 900 730 611 851 934 953 936 765 579 749 713 171 322 16 951 137 205 135 390 475 239 390 902 205 255 715 783 322 171 713 985 815 647 936 186 934 84 375 730 664 970 153 324 358 458 341 543 492 237 885 1 492 543 577 222 594 324 35 85 664 494 611 851 934 186 169 647 579 985 713 407 86 16 715 137 323 902 154 475 239 390 135 441 137 715 16 322 407 477 985 579 647 51 953 698 84 375 730 900 203 35 324 594 458 577 307 492 1 885 119 256 307 577 222 594 560 271 970 664 730 611 84 698 186 936 647 697 749 477 407 86 16 951 373 205 902 390 475 475 154 135 205 137 833 783 86 407 477 985 815 883 936 953 934 84 611 494 900 970 35 442 358 222 577 307 492 237 118 1 256 543 577 458 358 560 35 970 782 494 375 84 698 186 169 883 579 749 713 407 322 783 951 137 205 17 154 239 475 154 135 441 373 715 783 322 407 713 749 815 647 936 68 698 851 611 494 900 203 271 324 358 458 577 543 256 237 885 1 374 307 341 458 358 560 271 203 664 494 611 84 934 953 169 647 579 867 477 171 322 783 951 373 441 902 154 475 475 390 902 441 137 715 901 86 171 713 749 815 883 169 953 698 84 611 730 664 203 35 324 476 222 341 543 256 237 118 237 256 307 577 458 594 324 271 970 664 612 375 851 934 953 169 883 815 749 477 407 322 16 715 373 205 902 272 239 239 390 902 441 373 951 783 86 407 713 985 579 883 936 953 816 851 375 730 664 203 271 560 358 222 577 543 492 1 118 1 256 425 341 222 594 324 271 203 900 494 375 84 934 186 936 883 579 749 595 171 86 16 715 373 441 135 154 239 475 390 135 205 373 715 783 204 171 477 985 579 883 169 186 698 851 611 730 900 970 271 324 358 340 341 307 492 1 118 237 492 307 341 458 594 560 35 203 664 494 493 851 698 186 936 883 815 985 477 171 322 16 951 137 441 902 154 357 239 154 135 205 373 951 16 86 171 713 985 815 647 169 953 698 969 375 494 900 970 271 560 594 222 341 543 492 237 885 237 256 307 459 222 358 560 35 203 900 730 375 851 934 186 169 647 815 749 477 289 86 783 951 137 441 135 390 239 239 390 135 441 137 951 783 86 289 477 749 815 647 169 186 934 851 375 730 900 203 35 560 358 222 459 307 256 237 885 237 492 543 341 222 594 560 271 970 900 494 375 969 698 953 169 647 815 985 713 171 86 16 951 373 205 135 154 239 357 154 902 441 137 951 16 322 171 477 985 815 883 936 186 698 851 493 494 664 203 35 560 594 458 341 307 492 237 118 1 492 307 341 340 358 324 271 970 900 730 611 851 698 186 169 883 579 985 477 171 204 783 715 373 205 135 390 475 239 154 135 441 373 715 16 86 171 595 749 579 883 936 186 934 84 375 494 900 203 271 324 594 222 341 425 256 1 118 1 492 543 577 222 358 560 271 203 664 730 375 851 816 953 936 883 579 985 713 407 86 783 951 373 441 902 390 239 239 272 902 205 373 715 16 322 407 477 749 815 883 169 953 934 851 375 612 664 970 271 324 594 458 577 307 256 237 118 237 256 543 341 222 476 324 35 203 664 730 611 84 698 953 169 883 815 749 713 171 86 901 715 137 441 902 390 475 475 154 902 441 373 951 783 322 171 477 867 579 647 169 953 934 84 611 494 664 203 271 560 358 458 341 307 374 1 885 237 256 543 577 458 358 324 271 203 900 494 611 851 698 68 936 647 815 749 713 407 322 783 715 373 441 135 154 475 239 154 17 205 137 951 783 322 407 713 749 579 883 169 186 698 84 375 494 782 970 35 560 358 458 577 543 256 1 118 237 492 307 577 222 358 442 35 970 900 494 611 84 934 953 936 883 815 985 477 407 86 783 833 137 205 135 154 475 475 390 902 205 373 951 16 86 407 477 749 697 647 936 186 698 84 611 730 664 970 271 560 594 222 577 307 256 119 885 1 492 307 577 458 594 324 35 203 900 730 375 84 698 953 51 647 579 985 477 407 322 16 715 137 441 135 390 239 475 154 902 323 137 715 16 86 407 713 985 579 647 169 186 934 851 611 494 664 85 35 324 594 222 577 543 492 1 885 237 492 543 341 458 358 324 153 970 664 730 375 84 934 186 936 647 815 985 713 171 322 783 715 255 205 902 390 239 475 390 135 205 137 951 16 322 171 713 749 579 765 936 953 934 851 611 730 900 970 35 560 594 458 341 543 256 1 0 1 256 543 341 458 594 560 35 970 900 730 611 851 934 953 936 765 579 749 713 171 322 16 951 137 205 135 390 475 239 390 902 205 255 715 783 322 171 713 985 815 647 936 186 934 84 375 730 664 970 153 324 358 458 341 543 492 237 885 1 492 543 577 222 594 324 35 85 664 494 611 851 934 186 169 647 579 985 713 407 86 16 715 137 323 902 154 475 239 390 135 441 137 715 16 322 407 477 985 579 647 51 953 698 84 375 730 900 203 35 324 594 458 577 307 492 1 885 119 256 307 577 222 594 560 271 970 664 730 611 84 698 186 936 647 697 749 477 407 86 16 951 373 205 902 390 475 475 154 135 205 137 833 783 86 407 477 985 815 883 936 953 934 84 611 494 900 970 35 442 358 222 577 307 492 237 118 1 256 543 577 458 358 560 35 970 782 494 375 84 698 186 169 883 579 749 713 407 322 783 951 137 205 17 154 239 475 154 135 441 373 715 783 322 407 713 749 815 647 936 68 698 851 611 494 900 203 271 324 358 458 577 543 256 237 885 1 374 307 341 458 358 560 271 203 664 494 611 84 934 953 169 647 579 867 477 171 322 783 951 373 441 902 154 475 475 390 902 441 137 715 901 86 171 713 749 815 883 169 953 698 84 611 730 664 203 35 324 476 222 341 543 256 237 118 237 256 307 577 458 594 324 271 970 664 612 375 851 934 953 169 883 815 749 477 407 322 16 715 373 205 902 272 239 239 390 902 441 373 951 783 86 407 713 985 579 883 936 953 816 851 375 730 664 203 271 560 358 222 577 543 492 1 118 1 256 425 341 222 594 324 271 203 900 494 375 84 934 186 936 883 579 749 595 171 86 16 715 373 441 135 154 239 475 390 135 205 373 715 783 204 171 477 985 579 883 169 186 698 851 611 730 900 970 271 324 358 340 341 307 492 1 118 237 492 307 341 458 594 560 35 203 664 494 493 851 698 186 936 883 815 985 477 171 322 16 951 137 441 902 154 357 239 154 135 205 373 951 16 86 171 713 985 815 647 169 953 698 969 375 494 900 970 271 560 594 222 341 543 492 237 885 237 256 307 459 222 358 560 35 203 900 730 375 851 934 186 169 647 815 749 477 289 86 783 951 137 441 135 390 239 239 390 135 441 137 951 783 86 289 477 749 815 647 169 186 934 851 375 730 900 203 35 560 358 222 459 307 256 237 885 237 492 543 341 222 594 560 271 970 900 494 375 969 698 953 169 647 815 985 713 171 86 16 951 373 205 135 154 239 357 154 902 441 137 951 16 322 171 477 985 815 883 936 186 698 851 493 494 664 203 35 560 594 458 341 307 492 237 118 1 492 307 341 340 358 324 271 970 900 730 611 851 698 186 169 883 579 985 477 171 204 783 715 373 205 135 390 475 239 154 135 441 373 715 16 86 171 595 749 579 883 936 186 934 84 375 494 900 203 271 324 594 222 341 425 256 1 118 1 492 543 577 222 358 560 271 203 664 730 375 851 816 953 936 883 579 985 713 407 86 783 951 373 441 902 390 239 239 272 902 205 373 715 16 322 407 477 749 815 883 169 953 934 851 375 612 664 970 271 324 594 458 577 307 256 237 118 237 256 543 341 222 476 324 35 203 664 730 611 84 698 953 169 883 815 749 713 171 86 901 715 137 441 902 390 475 475 154 902 441 373 951 783 322 171 477 867 579 647 169 953 934 84 611 494 664 203 271 560 358 458 341 307 374 1 885 237 256 543 577 458 358 324 271 203 900 494 611 851 698 68 936 647 815 749 713 407 322 783 715 373 441 135 154 475 239 154 17 205 137 951 783 322 407 713 749 579 883 169 186 698 84 375 494 782 970 35 560 358 458 577 543 256 1 118 237 492 307 577 222 358 442 35 970 900 494 611 84 934 953 936 883 815 985 477 407 86 783 833 137 205 135 154 475 475 390 902 205 373 951 16 86 407 477 749 697 647 936 186 698 84 611 730 664 970 271 560 594 222 577 307 256 119 885 1 492 307 577 458 594 324 35 203 900 730 375 84 698 953 51 647 579 985 477 407 322 16 715 137 441 135 390 239 475 154 902 323 137 715 16 86 407 713 985 579 647 169 186 934 851 611 494 664 85 35 324 594 222 577 543 492 1 885 237 492 543 341 458 358 324 153 970 664 730 375 84 934 186 936 647 815 985 713 171 322 783 715 255 205 902 390 239 475 390 135 205 137 951 16 322 171 713 749 579 765 936 953 934 851 611 730 900 970 35 560 594 458 341 543 256 1 0 1 256 543 341 458 594 560 35 970 900 730 611 851 934 953 936 765 579 749 713 171 322 16 951 137 205 135 390 475 239 390 902 205 255 715 783 322 171 713 985 815 647 936 186 934 84 375 730 664 970 153 324 358 458 341 543 492 237 885 1 492 543 577 222 594 324 35 85 664 494 611 851 934 186 169 647 579 985 713 407 86 16 715 137 323 902 154 475 239 390 135 441 137 715 16 322 407 477 985 579 647 51 953 698 84 375 730 900 203 35 324 594 458 577 307 492 1 885 119 256 307 577 222 594 560 271 970 664 730 611 84 698 186 936 647 697 749 477 407 86 16 951 373 205 902 390 475 475 154 135 205 137 833 783 86 407 477 985 815 883 936 953 934 84 611 494 900 970 35 442 358 222 577 307 492 237 118 1 256 543 577 458 358 560 35 970 782 494 375 84 698 186 169 883 579 749 713 407 322 783 951 137 205 17 154 239 475 154 135 441 373 715 783 322 407 713 749 815 647 936 68 698 851 611 494 900 203 271 324 358 458 577 543 256 237 885 1 374 307 341 458 358 560 271 203 664 494 611 84 934 953 169 647 579 867 477 171 322 783 951 373 441 902 154 475 475 390 902 441 137 715 901 86 171 713 749 815 883 169 953 698 84 611 730 664 203 35 324 476 222 341 543 256 237 118 237 256 307 577 458 594 324 271 970 664 612 375 851 934 953 169 883 815 749 477 407 322 16 715 373 205 902 272 239 239 390 902 441 373 951 783 86 407 713 985 579 883 936 953 816 851 375 730 664 203 271 560 358 222 577 543 492 1 118 1 256 425 341 222 594 324 271 203 900 494 375 84 934 186 936 883 579 749 595 171 86 16 715 373 441 135 154 239 475 390 135 205 373 715 783 204 171 477 985 579 883 169 186 698 851 611 730 900 970 271 324 358 340 341 307 492 1 118 237 492 307 341 458 594 560 35 203 664 494 493 851 698 186 936 883 815 985 477 171 322 16 951 137 441 902 154 357 239 154 135 205 373 951 16 86 171 713 985 815 647 169 953 698 969 375 494 900 970 271 560 594 222 341 543 492 237 885 237 256 307 459 222 358 560 35 203 900 730 375 851 934 186 169 647 815 749 477 289 86 783 951 137 441 135 390 239 239 390 135 441 137 951 783 86 289 477 749 815 647 169 186 934 851 375 730 900 203 35 560 358 222 459 307 256 237 885 237 492 543 341 222 594 560 271 970 900 494 375 969 698 953 169 647 815 985 713 171 86 16 951 373 205 135 154 239 357 154 902 441 137 951 16 322 171 477 985 815 883 936 186 698 851 493 494 664 203 35 560 594 458 341 307 492 237 118 1 492 307 341 340 358 324 271 970 900 730 611 851 698 186 169 883 579 985 477 171 204 783 715 373 205 135 390 475 239 154 135 441 373 715 16 86 171 595 749 579 883 936 186 934 84 375 494 900 203 271 324 594 222 341 425 256 1 118 1 492 543 577 222 358 560 271 203 664 730 375 851 816 953 936 883 579 985 713 407 86 783 951 373 441 902 390 239 239 272 902 205 373 715 16 322 407 477 749 815 883 169 953 934 851 375 612 664 970 271 324 594 458 577 307 256 237 118 237 256 543 341 222 476 324 35 203 664 730 611 84 698 953 169 883 815 749 713 171 86 901 715 137 441 902 390 475 475 154 902 441 373 951 783 322 171 477 867 579 647 169 953 934 84 611 494 664 203 271 560 358 458 341 307 374 1 885 237 256 543 577 458 358 324 271 203 900 494 611 851 698 68 936 647 815 749 713 407 322 783 715 373 441 135 154 475 239 154 17 205 137 951 783 322 407 713 749 579 883 169 186 698 84 375 494 782 970 35 560 358 458 577 543 256 1 118 237 492 307 577 222 358 442 35 970 900 494 611 84 934 953 936 883 815 985 477 407 86 783 833 137 205 135 154 475 475 390 902 205 373 951 16 86 407 477 749 697 647 936 186 698 84 611 730 664 970 271 560 594 222 577 307 256 119 885 1 492 307 577 458 594 324 35 203 900 730 375 84 698 953 51 647 579 985 477 407 322 16 715 137 441 135 390 239 475 154 902 323 137 715 16 86 407 713 985 579 647 169 186 934 851 611 494 664 85 35 324 594 222 577 543 492 1 885 237 492 543 341 458 358 324 153 970 664 730 375 84 934 186 936 647 815 985 713 171 322 783 715 255 205 902 390 239 475 390 135 205 137 951 16 322 171 713 749 579 765 936 953 934 851 
success

exitstatus: 0
line: ./main prog=3

Testing Hash Table
same size of table as data

Testing Hash Table

Testing if all inserted integers in hash table 
  can be retrieved and timing.

1000  0.000208  0.000187
2000  0.000408  0.000373
4000  0.000816  0.000738
8000  0.001613  0.001501
16000  0.003216  0.002975
32000  0.006473  0.005977
64000  0.013024  0.012119
128000  0.026058  0.025135
256000  0.053193  0.051428
512000  0.110849  0.112277
1024000  0.235483  0.267105
2048000  0.507958  0.638291
success

exitstatus: 0
line: ./main prog=4

Inserting 10 random integers.
Testing if they are in the hashtable2 container.
v[i]=16807 v[i]=282475249 v[i]=1622650073 v[i]=984943658 v[i]=1144108930 v[i]=470211272 v[i]=101027544 v[i]=1457850878 v[i]=1458777923 v[i]=2007237709 
success

cetessD2 documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-03-04 1:34:03

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
make: `main' is up to date.

clippingdocumentation/images/attention.png

Module Status   Fail
Compilation Status   Fail
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:36:43

g++ -Wall -I../cetessD2/ -I../clipping/ -I../compgeomlib/ -I../graphicslib/ -I../intersectiontests/ -I../mathlib/ -I../misclib/ -I../primshpcenters/ -I../tetrahedron/ -I../zpr/ -I./  -c ../clipping/d3clipping.cpp
In file included from ../clipping/d3clipping.cpp:5:
../clipping/d3clipping.h:41: error: 'd3tri' was not declared in this scope
../clipping/d3clipping.h:41: error: template argument 1 is invalid
../clipping/d3clipping.h:41: error: template argument 2 is invalid
../clipping/d3clipping.h:43: error: wrong number of template arguments (2, should be 1)
../mathlib/partitionspace.h:27: error: provided for 'template<class PT> class partitionspace'
../clipping/d3clipping.h:91: error: wrong number of template arguments (2, should be 1)
../mathlib/partitionspace.h:27: error: provided for 'template<class PT> class partitionspace'
../clipping/d3clipping.cpp: In member function 'void d3clipping::reprocessStack(uintc, uintc, uintc, uintc)':
../clipping/d3clipping.cpp:25: error: request for member 'size' in '((d3clipping*)this)->d3clipping::vi', which is of non-class type 'int'
../clipping/d3clipping.cpp: In member function 'void d3clipping::addintersectionpoint(const pt3c&, const pt3c&)':
../clipping/d3clipping.cpp:38: error: request for member 'intersection' in '((d3clipping*)this)->d3clipping::H', which is of non-class type 'const int'
../clipping/d3clipping.cpp: At global scope:
../clipping/d3clipping.cpp:48: error: wrong number of template arguments (2, should be 1)

compgeomlib documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:36:47

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../compgeomlib/ -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o stringconvert.o polytopeD2linkedtest.o random.o edgeTtest.o stringspace.o zpr.o gobj.o gobjbase.o convexregionsD2test.o main.o commandline.o gobjdebug01.o message.o regionD2linkedtest.o graphmisc.o polytopeD2linked.o  -framework GLUT -framework OpenGL

cube documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:36:50

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../cube/ -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o cubedraw3d.o stringconvert.o textoverlay.o cubedraw2d.o cubedraw.o stringspace.o zpr.o gobj.o gobjbase.o cube.o menusystem.o main.o commandline.o cubegui.o gobjdebug01.o message.o graphmisc.o cubepermanent.o  -framework GLUT -framework OpenGL

delaunay2D documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:36:53

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../compgeomlib/ -I../delaunay2D/ -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../primshpcenters/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o stringconvert.o textoverlay.o random.o stringspace.o zpr.o graphicsImmediateDeferred.o gobj.o gobjbase.o delaunaysimpleD2test.o menusystem.o main.o commandline.o gobjdebug01.o message.o graphmisc.o  -framework GLUT -framework OpenGL

delaunay3D documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:36:55

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../delaunay3D/ -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../primshpcenters/ -I../tri/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o cpsphere.o stringconvert.o random.o stringspace.o zpr.o gobj.o gobjbase.o main.o commandline.o gobjdebug01.o delaunay3D.o message.o graphmisc.o  -framework GLUT -framework OpenGL

geombuilderdocumentation/images/attention.png

Module Status   Fail
Compilation Status   Fail
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:36:56

g++ -Wall -I./  -c ./main.cpp
./main.cpp: In function 'int main(int, char**)':
./main.cpp:5: error: 'cout' was not declared in this scope
./main.cpp:5: error: 'endl' was not declared in this scope
make: *** [main.o] Error 1

graphicslib documentation/images/success.gif

Module Status   Success
Compilation Status   Success
Unit Tests   Success

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:43:54

g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../mathlib/mathlib.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../misclib/message.cpp
make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../graphicslib/gobjdebug01.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../graphicslib/gobjbase.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../misclib/stringconvert.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../misclib/stringspace.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../misclib/tokenizer.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../graphicslib/gobj.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../misclib/commandline.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../graphicslib/graphmisc.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../graphicslib/windowscaleD2.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../graphicslib/pointsgraph.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../mathlib/mathdefaults.cpp
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -c ../zpr/zpr.cpp

exitstatus: 0
file: testscript001.txt

exitstatus: 0
line: ./main prog=81

w2=0.2 -1 5.7 8
w3=-1 -1 1 1
x=-1 y=-1
Convert from window w3 to w2
x=0.2 y=-1
x=1 y=1
Convert from window w3 to w2
x=5.7 y=8

intersectiontests documentation/images/success.gif

Module Status   Success
Compilation Status   Success
Unit Tests   Success

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:04

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../intersectiontests/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -o main cylinder.o d2arrow.o disk.o planeinttest.o mathlib.o boxOBBhalfspaceD2test.o tokenizer.o primitivewindow.o plane.o stringconvert.o textoverlay.o random.o stringspace.o zpr.o myglutgui.o gobj.o gobjbase.o planepointsurface.o menusystem.o angles.o circleD2test.o main.o d2simplexSeparateAxis.o commandline.o pointsurface.o d2simplexintersection.o d2simplextest.o gobjdebug01.o diskinttest.o message.o graphmisc.o d2homogeneous.o d2simplex.o  -framework GLUT -framework OpenGL

exitstatus: 0
file: testscript01.txt

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.2,.3

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.2 0.3

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=1.2,.3 inside=false

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=1.2 0.3

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.5,-1E-16.0

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.5 -1e-16

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.5,+1E-16.0

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.5 1e-16

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.5,1.000000000000000001

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.5 1

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.5,0.99999999999999999

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.5 1

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=1.0000000000000001,0.3

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=1 0.3

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=-0.0000000000000001,0.3

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=-1e-16 0.3

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.2,.3

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.2 0.3

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=1.2,.3 inside=false

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=1.2 0.3

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.5,-1E-16.0

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.5 -1e-16

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.5,+1E-16.0

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.5 1e-16

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.5,1.000000000000000001

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.5 1

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=.5,0.99999999999999999

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=0.5 1

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=1.0000000000000001,0.3

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=1 0.3

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=1.0,0.0 p2=1.0,1.0 p3=0.0,1.0 q=-0.0000000000000001,0.3

pi[0]=0 0
pi[1]=1 0
pi[2]=1 1
pi[3]=0 1
pi[4]=-1e-16 0.3

exitstatus: 0
file: testscript02.txt

exitstatus: 0
line: ./main prog=13 p0=1.0,3.0 p1=3.0,3.0 p2=3.0,4.0 p3=1.0,4.0 q=1,3.5

pi[0]=1 3
pi[1]=3 3
pi[2]=3 4
pi[3]=1 4
pi[4]=1 3.5

exitstatus: 0
line: ./main prog=13 p0=0.0,0.0 p1=2.0,0.0 p2=2.0,2.0 p3=0.0,2.0 q=-1.13798E-15,1.6

pi[0]=0 0
pi[1]=2 0
pi[2]=2 2
pi[3]=0 2
pi[4]=-1.13798e-15 1.6

linktessbuilddocumentation/images/attention.png

Module Status   Fail
Compilation Status   Fail
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:05

g++ -Wall -I./  -c ./main.cpp
./main.cpp: In function 'int main(int, char**)':
./main.cpp:5: error: 'cout' was not declared in this scope
./main.cpp:5: error: 'endl' was not declared in this scope
make: *** [main.o] Error 1

makefilebuildtool documentation/images/success.gif

Module Status   Success
Compilation Status   Success
Unit Tests   Success

id: debug
command: make
libraries:
time: 2011-01-07 1:37:09

make: `main' is up to date.

exitstatus: 0
file: testscript001.txt

exitstatus: 0
line: ./main prog=5

TEST 1.1
sys.exitstatus=1
sys.exitstatus=0

exitstatus: 0
line: ./main prog=88

Testing reading config
mkerrorsconfig::globalconfigfile=*../mkerrorsconfig.txt*
mkc.globalconfigfile_exists=*0*
mkc.vi.size()=*5*
Reading global configuration file: mkerrorsconfig::globalconfigfile=*../mkerrorsconfig.txt*
Printing list
mkc.vi.size()=*7*
<compiletag><id>example01</id>
<command>CC="g++ -fno-implicit-inline-templates -fno-rtti"</command>
<libraries></libraries>
</compiletag>

<compiletag><id>example02</id>
<command>make CC="g++"</command>
<libraries>-lboost_filesystem-mt</libraries>
</compiletag>

<compiletag><id>debug</id>
<command>make</command>
<libraries></libraries>
</compiletag>

<compiletag><id>gdb</id>
<command>make CC="g++ -g -Wall"</command>
<libraries></libraries>
</compiletag>

<compiletag><id>gprof</id>
<command>make CC="g++ -pg -g -Wall"</command>
<libraries></libraries>
</compiletag>

<compiletag><id>release</id>
<command>make CC="g++ -DNDEBUG -O3 -Wall"</command>
<libraries></libraries>
</compiletag>

<compiletag><id>clean</id>
<command>make clean</command>
<libraries></libraries>
</compiletag>

mkc.globalconfigfile_exists=*1*
Try a find: debug, release, gproj and gdb

mathlib documentation/images/success.gif

Module Status   Success
Compilation Status   Success
Unit Tests   Success

id: debug
command: make
libraries:
time: 2011-01-07 1:42:52

make: `main' is up to date.

exitstatus: 0
file: testscript001.txt

exitstatus: 0
line: ./main prog=135

Printing the t values of the line segment.
0 1
Chop with vertical lines.
0 0.5
0.5 1

0 0.333333
0.333333 0.5
0.5 1

*pos2=0.5 1
0 0.333333
0.333333 0.5
0.5 0.666667
0.666667 1

exitstatus: 0
line: ./main prog=136

Printing the t values of the line segment.
0 1 5
Chop with vertical lines.
0 0.5 32
0.5 1 5

0 0.333333 37
0.333333 0.5 32
0.5 1 5

*pos2=0.5 1 5
0 0.333333 37
0.333333 0.5 32
0.5 0.666667 197
0.666667 1 5

exitstatus: 0
line: ./main prog=82

Testing clipping in half-space D2.
Constructing a vertical half-space left of y-axis.
Sending lines on left, right and through the y-axis.

exitstatus: 0
line: ./main prog=133

L1(t0)=3 0
L2(t1)=3 0

exitstatus: 0
line: ./main prog=135

Printing the t values of the line segment.
0 1
Chop with vertical lines.
0 0.5
0.5 1

0 0.333333
0.333333 0.5
0.5 1

*pos2=0.5 1
0 0.333333
0.333333 0.5
0.5 0.666667
0.666667 1

exitstatus: 0
line: ./main prog=136

Printing the t values of the line segment.
0 1 5
Chop with vertical lines.
0 0.5 32
0.5 1 5

0 0.333333 37
0.333333 0.5 32
0.5 1 5

*pos2=0.5 1 5
0 0.333333 37
0.333333 0.5 32
0.5 0.666667 197
0.666667 1 5

exitstatus: 0
line: ./main prog=82

Testing clipping in half-space D2.
Constructing a vertical half-space left of y-axis.
Sending lines on left, right and through the y-axis.

exitstatus: 0
line: ./main prog=133

L1(t0)=3 0
L2(t1)=3 0

exitstatus: 0
file: testscript002.txt

exitstatus: 0
line: ./main prog=31

[0,1] interval, n=8
1 0.142857 0.142857 0.285714 0.285714 0 0 0.857143 0.428571 0.714286 0 0.714286 0.571429 0.285714 0.428571 1 1 0.142857 0 0.571429 1 0.142857 0.714286 0.714286 0 0.714286 0.428571 0.857143 0 1 

Removing duplicates to look at sample space.
0 0.142857 0.285714 0.428571 0.571429 0.714286 0.857143 1 

exitstatus: 0
line: ./main prog=32

(0,1) interval, n=8
0.888889 0.222222 0.222222 0.333333 0.333333 0.111111 0.111111 0.777778 0.444444 0.666667 0.111111 0.666667 0.555556 0.333333 0.444444 0.888889 0.888889 0.222222 0.111111 0.555556 0.888889 0.222222 0.666667 0.666667 0.111111 0.666667 0.444444 0.777778 0.111111 0.888889 

Removing duplicates to look at sample space.
0.111111 0.222222 0.333333 0.444444 0.555556 0.666667 0.777778 0.888889 

exitstatus: 0
line: ./main prog=33

[0,1) interval, n=8
0.875 0.125 0.125 0.25 0.25 0 0 0.75 0.375 0.625 0 0.625 0.5 0.25 0.375 0.875 0.875 0.125 0 0.5 0.875 0.125 0.625 0.625 0 0.625 0.375 0.75 0 0.875 

Removing duplicates to look at sample space.
0 0.125 0.25 0.375 0.5 0.625 0.75 0.875 

exitstatus: 0
line: ./main prog=34

(0,1] interval, n=8
1 0.25 0.25 0.375 0.375 0.125 0.125 0.875 0.5 0.75 0.125 0.75 0.625 0.375 0.5 1 1 0.25 0.125 0.625 1 0.25 0.75 0.75 0.125 0.75 0.5 0.875 0.125 1 

Removing duplicates to look at sample space.
0.125 0.25 0.375 0.5 0.625 0.75 0.875 1 

exitstatus: 0
line: ./main prog=35




maze documentation/images/success.gif

Module Status   Success
Compilation Status   Success
Unit Tests   Success

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:18

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../maze/ -I../misclib/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o mazedisp03.o maze001.o graphicsImmediateDeferredSwitch.o stringconvert.o textoverlay.o mazedisp02.o mazematrixD3test.o random.o stringspace.o maze003.o zpr.o graphicsImmediateDeferred.o buttonpanel01test.o gobj.o gobjbase.o mazegameD2state01test.o menusystem.o maze002.o maze005.o zprmouse.o mazedisp01.o main.o buttonpanel01.o stringtagparser.o commandline.o maze004.o mazegameD2solver01.o mazegameD2state01.o gobjdebug01.o message.o buttonpanel02.o graphmisc.o mazematrixD2test.o  -framework GLUT -framework OpenGL

menusystem documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:21

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../menusystem/ -I../misclib/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o menusystemtest01.o stringconvert.o menusystemtest02.o textoverlay.o stringspace.o zpr.o menusystemsave01.o gobj.o gobjbase.o menusystem.o main.o commandline.o menusystemtest04.o menusystemtest03.o gobjdebug01.o message.o graphmisc.o  -framework GLUT -framework OpenGL

minmonte documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries:
time: 2011-01-07 1:37:22

make: `main' is up to date.

misclib documentation/images/success.gif

Module Status   Success
Compilation Status   Success
Unit Tests   Success

id: debug
command: make
libraries:
time: 2011-01-07 1:37:25

make: `main' is up to date.

exitstatus: 0
file: testscript01.txt

exitstatus: 0
line: ./main prog=19

arg1=s1=abc points="1 19 32 4" N=350 -h

s1 N points 

N=*350*
s1=*abc*
points=*1 19 32 4*

exitstatus: 0
line: ./main prog=51

Test 1.1
Atomize <startcolor> and </startcolor>
res=1
Read the tag.
  check 3 strings.
tag data=".324,.1,.8928"
Writing a value back
<gameD2><startcolor>0.1 0.1 0.1</startcolor><matrixD2>
    <m>25</m>
    <n>23</n>
  </matrixD2>
  <settings>
    <walls>1</walls>
    <pipes>0</pipes>
  </settings>
</gameD2>
Test 1.2
<gameD2>
  <startcolor>.324,.1,.8928</startcolor>
  <matrixD2>
    <m>25</m>
    <n>23</n>
  </matrixD2>
  *<settings>*
    <walls>1</walls>
    *<pipes>*0</pipes>
  </settings>
</gameD2>
*tk.current=<gameD2>
  <startcolor>.324,.1,.8928</startcolor>
  <matrixD2>
    <m>25</m>
    <n>23</n>
  </matrixD2>
   k1=53 tk.current->substr(k1,8)=matrixD2
*tk.current=<gameD2>
  <startcolor>.324,.1,.8928</startcolor>
  <matrixD2>
    <m>25</m>
    <n>23</n>
  </matrixD2>
   k1=81 tk.current->substr(k1,3)=<n>
*tk.current=<pipes> k1=0
Test 1.3
tf()=<pipes> tf.index=0
tf()=</pipes> tf.index=0
tf()=</settings> tf.index=0
tf()=
</gameD2> tf.index=1
find("matrixD2","n")
tf()=<gameD2>
  <startcolor>.324,.1,.8928</startcolor>
  <matrixD2>
    <m>25</m>
    <n>23</n>
  </matrixD2>
   tf.index=81
tf().substr(tf.index,3)=<n>

exitstatus: 0
line: ./main prog=52

Testing tokenizerlocal::scope(stringc&);
Looking to see list of strings with *<matrixD2>* ... *</matrixD2>
TEST 2.1
Atomizing tag
*<gameD2>
  <startcolor>.324,.1,.8928</startcolor>
  *
*<matrixD2>*
*
    <m>25</m>
    <n>23</n>
  *
*</matrixD2>*
*
  <settings>
    <walls>1</walls>
    <pipes>0</pipes>
  </settings>
</gameD2>*
TEST 2.2
Atomizing tag depth of 2.
*<gameD2>
  <startcolor>.324,.1,.8928</startcolor>
  *
*<matrixD2>*
*
    *
*<m>*
*25*
*</m>*
*
    <n>23</n>
  *
*</matrixD2>*
*
  <settings>
    <walls>1</walls>
    <pipes>0</pipes>
  </settings>
</gameD2>*
TEST 2.3
Reading and writing a tag at depth of 2.
*val=.324,.1,.8928*
*val=23*
*tl.i1=<n>*tl.i2=</n>
*tl.ref=</n>
*tl.ref=i am starting to dislike working on the parser
<gameD2>
  <startcolor>.324,.1,.8928</startcolor>
  <matrixD2>
    <m>25</m>
    <n>i am starting to dislike working on the parser</n>
  </matrixD2>
  <settings>
    <walls>1</walls>
    <pipes>0</pipes>
  </settings>
</gameD2>
TEST 2.4
Erasing the <settings> tag.
res=0
Did not expect to find settings as not atomized.
res=1 *tl.i1=<settings> *tl.i2=</settings>
<gameD2>
  <startcolor>.324,.1,.8928</startcolor>
  <matrixD2>
    <m>25</m>
    <n>23</n>
  </matrixD2>
  
</gameD2>

exitstatus: 0
line: ./main prog=53

TEST 3.1
Listing the employees
  reading multiple <emp> string </emp>
name=EMPID
names:Joe Samantha Key
Edit by reading the whole list in, editing it there and then re writing it.
###Joe Key Zelda Ba
<packet>
  <header>garbage</header>
  <data>
  <field><name>EMPID</name><emp>Joe</emp><emp>Key</emp><emp>Zelda</emp><emp>Ba</emp></field>
  <sig>ire83402l2992p2l2sl94202</sig>
  </data>
</packet>
TEST 3.2
Reading/writing multiple <obj><Item>...</obj>'s
<obj><Item>829</Item>
<Quantity>5</Quantity>
<Desc>Plastic sheet</Desc>
<SN>829984j892wwh</SN>
<Cost>10</Cost>
</obj>
*
<obj><Item>88329</Item>
<Quantity>1</Quantity>
<Desc>Van Guard</Desc>
<SN></SN>
<Cost>2.0895e+06</Cost>
</obj>
*
<obj><Item>2824</Item>
<Quantity>1</Quantity>
<Desc>Dyson Orbital Weapon System</Desc>
<SN>78914JAZY7K</SN>
<Cost>1.84e+08</Cost>
</obj>
*
Making edit
<Warehouse><Inventory><obj><Item>829</Item>
<Quantity>5</Quantity>
<Desc>Plastic sheet</Desc>
<SN>829984j892wwh</SN>
<Cost>10</Cost>
</obj>
<obj><Item>88329</Item>
<Quantity>1</Quantity>
<Desc>Van Guard</Desc>
<SN>S298RT</SN>
<Cost>2.0895e+06</Cost>
</obj>
<obj><Item>2824</Item>
<Quantity>1</Quantity>
<Desc>Dyson Orbital Weapon System</Desc>
<SN>78914JAZY7K</SN>
<Cost>1.84e+08</Cost>
</obj>
</Inventory><Warehouse>

exitstatus: 0
line: ./main prog=63



exitstatus: 0
line: ./main prog=66

Test with one space in the tag
tag=abc
*s= *
s=**
sp.tagfound=1
Test with no space in the tag
tag=abcd
*s=*
s=**

exitstatus: 0
line: ./main prog=84

s1=&amp;x1-&gt;free_mem();
s2=&x1->free_mem();
s3=&amp;x1-&gt;free_mem();

exitstatus: 0
line: ./main prog=90

Testing
Digits test
9340  isstringdigits 1
234s  isstringdigits 0
-50  isstringdigits 0
.  isstringdigits 0
-.  isstringdigits 0
0.1  isstringdigits 0
733.  isstringdigits 0
.899  isstringdigits 0
-3.  isstringdigits 0
-3.141592654  isstringdigits 0
a.23  isstringdigits 0
2.3.5  isstringdigits 0
7  isstringdigits 1
Reals test
9340  isstringreal 1
234s  isstringreal 0
-50  isstringreal 1
.  isstringreal 0
-.  isstringreal 0
0.1  isstringreal 1
733.  isstringreal 1
.899  isstringreal 1
-3.  isstringreal 1
-3.141592654  isstringreal 1
a.23  isstringreal 0
2.3.5  isstringreal 0
7  isstringreal 1
Integer test
9340  isstringinteger 1
234s  isstringinteger 0
-50  isstringinteger 1
.  isstringinteger 0
-.  isstringinteger 0
0.1  isstringinteger 0
733.  isstringinteger 0
.899  isstringinteger 0
-3.  isstringinteger 0
-3.141592654  isstringinteger 0
a.23  isstringinteger 0
2.3.5  isstringinteger 0
7  isstringinteger 1
Negative number test
9340  isstringnegative 0
234s  isstringnegative 0
-50  isstringnegative 1
.  isstringnegative 0
-.  isstringnegative 0
0.1  isstringnegative 0
733.  isstringnegative 0
.899  isstringnegative 0
-3.  isstringnegative 1
-3.141592654  isstringnegative 1
a.23  isstringnegative 0
2.3.5  isstringnegative 0
7  isstringnegative 0

nbody documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:28

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../nbody/ -I../zpr/ -I./  -o main particlesampler.o mathlib.o particle.o tokenizer.o stringconvert.o particledisp.o random.o stringspace.o zpr.o gobj.o gobjbase.o particleranvd.o main.o commandline.o cell.o gobjdebug01.o message.o graphmisc.o boxcollision.o d2toindex.o  -framework GLUT -framework OpenGL

nintegration documentation/images/success.gif

Module Status   Success
Compilation Status   Success
Unit Tests   Success

id: debug
command: make
libraries:
time: 2011-01-07 1:37:29

make: `main' is up to date.

exitstatus: 0
file: testscript001.txt

exitstatus: 0
line: ./main prog=3

dim=1
order=2
hstep=0.001
xval=0
(y0, y0', ...)
(y1, y1', ...)
=
yi
[0]: 1 0 

time_end=0.3
dim=1
order=2
hstep=0.001
xval=0.3
(y0, y0', ...)
(y1, y1', ...)
=
yi
[0]: 0.955189 -0.29552 

error[0]=0.000147764
error[1]=4.88817e-08

exitstatus: 0
line: ./main prog=4

time_end=0.3
dim=2
order=1
hstep=1e-05
xval=0
(y0, y0', ...)
(y1, y1', ...)
=
yi
[0]: 0 
[1]: 1 

dim=2
order=1
hstep=1e-05
xval=0.3
(y0, y0', ...)
(y1, y1', ...)
=
yi
[0]: -0.29552 
[1]: 0.955335 

error[0]=1.4776e-06
error[1]=4.73488e-12

patternsearch documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries:
time: 2011-01-07 1:37:32

make: `main' is up to date.

plotpolar documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:34

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../plotpolar/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o ruler.o plotpolar.o stringconvert.o protractor.o stringspace.o plotpolartest.o zpr.o gobj.o gobjbase.o main.o commandline.o gobjdebug01.o message.o graphmisc.o  -framework GLUT -framework OpenGL

policyovrd documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries:
time: 2011-01-07 1:37:34

make: `main' is up to date.

polytrimon documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:36

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../polytrimon/ -I./  -o main polytrimon.o tokenizer.o stringconvert.o random.o stringspace.o gobj.o gobjbase.o main.o gobjdebug01.o message.o  -framework GLUT -framework OpenGL

pontoon documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries:
time: 2011-01-07 1:44:01

g++ -Wall -I../misclib/ -I../pontoon/ -I./  -c ../pontoon/hand.cpp
g++ -Wall -I../misclib/ -I../pontoon/ -I./  -c ../pontoon/dealer.cpp
g++ -Wall -I../misclib/ -I../pontoon/ -I./  -c ../misclib/clockmisc.cpp
g++ -Wall -I../misclib/ -I../pontoon/ -I./  -c ../pontoon/deckpontoon.cpp
g++ -Wall -I../misclib/ -I../pontoon/ -I./  -c ../pontoon/playerGame.cpp
g++ -Wall -I../misclib/ -I../pontoon/ -I./  -c ../pontoon/textGame.cpp
g++ -Wall -I../misclib/ -I../pontoon/ -I./  -c ./main.cpp
g++ -Wall -I../misclib/ -I../pontoon/ -I./  -o main textGame.o dealer.o clockmisc.o hand.o main.o playerGame.o deckpontoon.o  

primshpcenters documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:40

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../primshpcenters/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o stringconvert.o stringspace.o zpr.o gobj.o gobjbase.o main.o triangletest.o commandline.o tetrahedrontest.o gobjdebug01.o message.o graphmisc.o  -framework GLUT -framework OpenGL

quickhull documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:43

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../compgeomlib/ -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../quickhull/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o quickhull2Dtest.o stringconvert.o textoverlay.o random.o stringspace.o stringserialization.o zpr.o gobj.o gobjbase.o menusystem.o main.o commandline.o gobjdebug01.o quickhull3Dtest.o message.o graphmisc.o  -framework GLUT -framework OpenGL

rpn documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries:
time: 2011-03-04 1:33:24

make: `main' is up to date.

rsa documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -lntl
time: 2011-03-04 1:30:55

g++ -Wall -I../misclib/ -I../rsa/ -I./  -c ../rsa/primegen.cpp
g++ -Wall -I../misclib/ -I../rsa/ -I./  -c ../rsa/rsa.cpp
g++ -Wall -I../misclib/ -I../rsa/ -I./  -c ../rsa/streamconversion.cpp
g++ -Wall -I../misclib/ -I../rsa/ -I./  -c ../rsa/rsastate.cpp
g++ -Wall -I../misclib/ -I../rsa/ -I./  -c ../rsa/passwordverifier001.cpp
g++ -Wall -I../misclib/ -I../rsa/ -I./  -c ../rsa/passwordverifier001test.cpp
g++ -Wall -I../misclib/ -I../rsa/ -I./  -c ../rsa/rsatest.cpp
g++ -Wall -I../misclib/ -I../rsa/ -I./  -c ./main.cpp
g++ -Wall -I../misclib/ -I../rsa/ -I./  -o main rsastate.o passwordverifier001test.o rsa.o streamconversion.o primegen.o passwordverifier001.o main.o commandline.o rsatest.o  -lntl

exitstatus: 32512
file: testscript01.txt

exitstatus: 32512
line: ./main prog=1

sh: ./main: No such file or directory

exitstatus: 32512
line: ./main prog=2

sh: ./main: No such file or directory

exitstatus: 32512
line: ./main prog=1

sh: ./main: No such file or directory

exitstatus: 32512
line: ./main prog=2

sh: ./main: No such file or directory

exitstatus: 32512
file: testscript02.txt

exitstatus: 32512
line: ./main prog=3

sh: ./main: No such file or directory

exitstatus: 512
line: diff tmp11.txt main.cpp

diff: tmp11.txt: No such file or directory

exitstatus: 512
line: diff tmp12.txt main.cpp

diff: tmp12.txt: No such file or directory

exitstatus: 0
line: if [ -e "tmp11.txt" ]; then rm -f tmp11.txt; else 1; fi;



exitstatus: 0
line: if [ -e "tmp12.txt" ]; then rm -f tmp12.txt; else 1; fi;



exitstatus: 32512
line: ./main prog=3

sh: ./main: No such file or directory

exitstatus: 512
line: diff tmp11.txt main.cpp

diff: tmp11.txt: No such file or directory

exitstatus: 512
line: diff tmp12.txt main.cpp

diff: tmp12.txt: No such file or directory

exitstatus: 0
line: if [ -e "tmp11.txt" ]; then rm -f tmp11.txt; else 1; fi;



exitstatus: 0
line: if [ -e "tmp12.txt" ]; then rm -f tmp12.txt; else 1; fi;



exitstatus: 32512
file: testscript03.txt

exitstatus: 0
line: cp message01.txt tempmessage01.txt



exitstatus: 32512
line: ./main rsa read=encrypt.txt file=tempmessage01.txt

sh: ./main: No such file or directory

exitstatus: 256
line: ! diff tempmessage01.txt message01.txt



exitstatus: 32512
line: ./main rsa read=decrypt.txt file=tempmessage01.txt

sh: ./main: No such file or directory

exitstatus: 0
line: diff tempmessage01.txt message01.txt



exitstatus: 0
line: rm -f tempmessage01.txt



exitstatus: 0
line: cp message01.txt tempmessage01.txt



exitstatus: 32512
line: ./main rsa read=encrypt.txt file=tempmessage01.txt

sh: ./main: No such file or directory

exitstatus: 256
line: ! diff tempmessage01.txt message01.txt



exitstatus: 32512
line: ./main rsa read=decrypt.txt file=tempmessage01.txt

sh: ./main: No such file or directory

exitstatus: 0
line: diff tempmessage01.txt message01.txt



exitstatus: 0
line: rm -f tempmessage01.txt



exitstatus: 32512
file: testscript04.txt

exitstatus: 32512
line: ./main prog=10

sh: ./main: No such file or directory

simplextess documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:50

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../compgeomlib/ -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../primshpcenters/ -I../simplextess/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o graphicsImmediateDeferredSwitch.o simplexD1listlinkedtest.o stringconvert.o textoverlay.o random.o stringspace.o zpr.o graphicsImmediateDeferred.o gobj.o gobjbase.o menusystem.o main.o commandline.o simplexD2tessapp01.o simplexD1tessapp01.o simplexD2tessindexedtest.o gobjdebug01.o message.o graphmisc.o simplexD1tessindexedtest.o  -framework GLUT -framework OpenGL

exitstatus: 34304
file: testscript01.txt

exitstatus: 34304
line: ./main prog=12

Assertion failed: (false), function readfile, file ../misclib/tokenizer.cpp, line 87.

sortsimple documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:53

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../sortsimple/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o stringconvert.o spiralindextest.o snakeindextest.o random.o stringspace.o zpr.o gobj.o gobjbase.o main.o commandline.o snakesorttest.o gobjdebug01.o message.o graphmisc.o  -framework GLUT -framework OpenGL

spring documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:37:56

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../nintegration/ -I../spring/ -I../zpr/ -I./  -o main springlineargeom.o mathlib.o tokenizer.o stringconvert.o helix.o springlineardraw.o stringspace.o zpr.o gobj.o gobjbase.o main.o desystestspring2.o commandline.o gobjdebug01.o message.o graphmisc.o helixtest.o  -framework GLUT -framework OpenGL

tetrahedrondocumentation/images/attention.png

Module Status   Fail
Compilation Status   Fail
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-03-04 1:45:59

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../primshpcenters/ -I../tetrahedron/ -I../tri/ -I../zpr/ -I./  -c ../tetrahedron/d4tess.cpp
../mathlib/halfspaceD3.h: In member function 'void halfspaceD3<PT, PD>::normalcalculate() [with PT = point4<double>, PD = double]':
../mathlib/halfspaceD3.h:144:   instantiated from 'halfspaceD3<PT, PD>::halfspaceD3(const PT&, const PT&, const PT&) [with PT = point4<double>, PD = double]'
../tetrahedron/d4tess.cpp:110:   instantiated from here
../mathlib/halfspaceD3.h:127: error: no match for 'operator-' in '((halfspaceD3<point4<double>, double>*)this)->halfspaceD3<point4<double>, double>::p2 - ((halfspaceD3<point4<double>, double>*)this)->halfspaceD3<point4<double>, double>::p1'
/usr/include/c++/4.2.1/bits/stl_bvector.h:182: note: candidates are: ptrdiff_t std::operator-(const std::_Bit_iterator_base&, const std::_Bit_iterator_base&)
../mathlib/halfspaceD3.h:128: error: no match for 'operator-' in '((halfspaceD3<point4<double>, double>*)this)->halfspaceD3<point4<double>, double>::p0 - ((halfspaceD3<point4<double>, double>*)this)->halfspaceD3<point4<double>, double>::p1'
/usr/include/c++/4.2.1/bits/stl_bvector.h:182: note: candidates are: ptrdiff_t std::operator-(const std::_Bit_iterator_base&, const std::_Bit_iterator_base&)
make: *** [d4tess.o] Error 1

tri documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:38:02

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../tri/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o partitionstest.o stringconvert.o random.o stringspace.o zpr.o gobj.o gobjbase.o main.o commandline.o gobjdebug01.o message.o graphmisc.o  -framework GLUT -framework OpenGL

triangledocumentation/images/attention.png

Module Status   Fail
Compilation Status   Fail
Unit Tests   Fail

id: debug
command: make
libraries:
time: 2011-01-07 1:38:03

make: *** No rule to make target `main.cpp', needed by `main.o'.  Stop.

tvirtfunc documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries:
time: 2011-01-07 1:41:18

make: `main' is up to date.

vecinterp documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:38:05

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../vecinterp/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o stringconvert.o stringspace.o zpr.o gobj.o gobjbase.o main.o commandline.o gobjdebug01.o message.o graphmisc.o  -framework GLUT -framework OpenGL

visit documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries:
time: 2011-01-07 1:38:06

make: `main' is up to date.

vistool documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:38:09

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../vistool/ -I../zpr/ -I./  -o main vispoint2.o mathlib.o tokenizer.o vistest.o vispoint3.o stringconvert.o viscmd.o visenv.o random.o stringserialization.o stringspace.o zpr.o gobj.o gobjbase.o visconvex.o visoperator.o visline.o main.o commandline.o vispointxml.o gobjdebug01.o message.o graphmisc.o  -framework GLUT -framework OpenGL

exitstatus: 34304
file: testscript01.txt

exitstatus: 34304
line: ./main prog=1

Assertion failed: (vp), function handlecommand, file ../vistool/vispoint2.cpp, line 35.

vrml documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:38:13

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../vrml/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o vrmlshaperaw.o vrmlshape.o stringconvert.o stringspace.o zpr.o gobj.o gobjbase.o vrmlconvert.o vrmltest.o main.o vrmlshapeparse.o commandline.o gobjdebug01.o message.o graphmisc.o  -framework GLUT -framework OpenGL

zpr documentation/images/risk.gif

Module Status   Compiled
Compilation Status   Success
Unit Tests   Fail

id: debug
command: make
libraries: -framework GLUT -framework OpenGL
time: 2011-01-07 1:38:14

make: Circular gobjdebug01.o <- gobj.o dependency dropped.
g++ -Wall -I../graphicslib/ -I../mathlib/ -I../misclib/ -I../zpr/ -I./  -o main mathlib.o tokenizer.o stringconvert.o stringspace.o zpr.o gobj.o gobjbase.o main.o commandline.o gobjdebug01.o message.o graphmisc.o zprtest.o  -framework GLUT -framework OpenGL