| branch | pyrit | 
| changeset 67 | 249553e1d4fe | 
| parent 56 | d4481fc43952 | 
| child 72 | 7c3f38dff082 | 
| 66:c5b89d16497a | 67:249553e1d4fe | 
|---|---|
| 24 * THE SOFTWARE. | 24 * THE SOFTWARE. | 
| 25 */ | 25 */ | 
| 26 | 26 | 
| 27 #include <pthread.h> | 27 #include <pthread.h> | 
| 28 #include <stdio.h> | 28 #include <stdio.h> | 
| 29 #include <malloc.h> | 29 #include <stdlib.h> | 
| 30 #include "raytracer.h" | 30 #include "raytracer.h" | 
| 31 | 31 | 
| 32 int pyrit_verbosity = 2; | 32 int pyrit_verbosity = 2; | 
| 33 | 33 | 
| 34 // Hammersley spherical point distribution | 34 // Hammersley spherical point distribution |