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