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

Comparing ray/src/rt/rcmain.c (file contents):
Revision 2.33 by greg, Fri Nov 17 20:02:07 2023 UTC vs.
Revision 2.35 by greg, Thu Jan 18 00:28:54 2024 UTC

# 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 +        if (setspectrsamp(CNDX, WLPART) < 0)
335 +                error(USER, "unsupported spectral sampling");
336                                          /* initialize object types */
337          initotypes();
338                                          /* initialize urand */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines