ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pfilt.c
(Generate patch)

Comparing ray/src/px/pfilt.c (file contents):
Revision 2.36 by greg, Fri Dec 8 17:56:26 2023 UTC vs.
Revision 2.37 by greg, Sat Dec 9 02:33:14 2023 UTC

# Line 266 | Line 266 | main(
266                                  progname);
267                  quit(1);
268          }
269 <        if (NCSAMP < 3) {
269 >        if (setspectrsamp(CNDX, WLPART) < 0) {
270                  fprintf(stderr, "%s: bad number of components\n", progname);
271                  quit(1);
272          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines