| # | Line 27 | Line 27 | static int samp_order = 6; | |
|---|---|---|
| 27 | const double ssamp_thresh = 0.35; | |
| 28 | /* number of super-samples */ | |
| 29 | #ifndef NSSAMP | |
| 30 | < | #define NSSAMP 100 |
| 30 | > | #define NSSAMP 64 |
| 31 | #endif | |
| 32 | /* limit on number of RBF lobes */ | |
| 33 | static int lobe_lim = 15000; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |