| # | Line 330 | Line 330 | main(int argc, char *argv[]) | |
|---|---|---|
| 330 | error(USER, "missing required modifier argument"); | |
| 331 | /* override some option settings */ | |
| 332 | override_options(); | |
| 333 | + | /* set/check spectral sampling */ |
| 334 | + | rval = setspectrsamp(CNDX, WLPART); |
| 335 | + | if (rval < 0) |
| 336 | + | error(USER, "unsupported spectral sampling"); |
| 337 | /* initialize object types */ | |
| 338 | initotypes(); | |
| 339 | /* initialize urand */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |