| # | Line 19 | Line 19 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 19 | #include "random.h" | |
| 20 | ||
| 21 | #ifndef WFLUSH | |
| 22 | < | #define WFLUSH 30 /* flush after this many rays */ |
| 22 | > | #ifdef SPEED |
| 23 | > | #define WFLUSH (5*SPEED) |
| 24 | > | #else |
| 25 | > | #define WFLUSH 100 /* flush after this many rays */ |
| 26 | > | #endif |
| 27 | #endif | |
| 28 | ||
| 29 | #ifdef SMLFLT | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |