| # | Line 19 | Line 19 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 19 | /* global argv[0] */ | |
| 20 | char *progname; | |
| 21 | /* percentage to cull (<0 to turn off) */ | |
| 22 | < | double pctcull = 90.; |
| 22 | > | static double pctcull = 90.; |
| 23 | /* sampling order */ | |
| 24 | < | int samp_order = 6; |
| 24 | > | static int samp_order = 6; |
| 25 | /* super-sampling threshold */ | |
| 26 | const double ssamp_thresh = 0.35; | |
| 27 | /* number of super-samples */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |