| # | Line 16 | Line 16 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 16 | #include "random.h" | |
| 17 | ||
| 18 | #ifndef WFLUSH | |
| 19 | < | #ifdef SPEED |
| 20 | < | #define WFLUSH (5*SPEED) |
| 21 | < | #else |
| 22 | < | #define WFLUSH 100 /* flush after this many rays */ |
| 23 | < | #endif |
| 19 | > | #define WFLUSH 2048 /* flush after this many rays */ |
| 20 | #endif | |
| 21 | ||
| 22 | #ifdef SMLFLT | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |