# | Line 270 | Line 270 | main(int argc, char *argv[]) | |
---|---|---|
270 | goto badopt; | |
271 | } | |
272 | } | |
273 | + | /* set/check spectral sampling */ |
274 | + | if (setspectrsamp(CNDX, WLPART) <= 0) |
275 | + | error(USER, "unsupported spectral sampling"); |
276 | + | |
277 | err = setview(&ourview); /* set viewing parameters */ | |
278 | if (err != NULL) | |
279 | error(USER, err); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |