# | Line 191 | Line 191 | main(int argc, char *argv[]) | |
---|---|---|
191 | goto badopt; | |
192 | } | |
193 | } | |
194 | + | /* set/check spectral sampling */ |
195 | + | if (setspectrsamp(CNDX, WLPART) <= 0) |
196 | + | error(USER, "unsupported spectral sampling"); |
197 | + | |
198 | err = setview(&ourview); /* set viewing parameters */ | |
199 | if (err != NULL) | |
200 | error(USER, err); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |