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.38 by greg, Wed Oct 30 02:22:23 2024 UTC vs.
Revision 2.39 by greg, Wed Oct 30 17:26:13 2024 UTC

# Line 213 | Line 213 | main(int argc, char *argv[])
213                                          /* initialize calcomp routines early */
214          initfunc();
215          calcontext(RCCONTEXT);
216        esupport &= ~E_REDEFW;          /* temporary */
216                                          /* option city */
217          for (i = 1; i < argc; i++) {
218                                                  /* expand arguments */
# Line 333 | Line 332 | main(int argc, char *argv[])
332          }
333          if (nmods <= 0)
334                  error(USER, "missing required modifier argument");
336        esupport |= E_REDEFW;
335                                          /* override some option settings */
336          override_options();
337                                          /* set/check spectral sampling */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines