| # | Line 14 | Line 14 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 14 | #include "color.h" | |
| 15 | #include "resolu.h" | |
| 16 | #include "lookup.h" | |
| 17 | – | #include "random.h" |
| 17 | #include "calcomp.h" | |
| 18 | ||
| 19 | #ifndef MAXMODLIST | |
| # | Line 957 | Line 956 | put_contrib(const DCOLOR cnt, FILE *fout) | |
| 956 | default: | |
| 957 | error(INTERNAL, "botched output format"); | |
| 958 | } | |
| 960 | – | if (waitflush < 0 && frandom() < 0.001) |
| 961 | – | fflush(fout); /* staggers writes */ |
| 959 | } | |
| 960 | ||
| 961 | /* output ray tallies and clear for next accumulation */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |