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

Comparing ray/src/rt/rxcmain.cpp (file contents):
Revision 2.2 by greg, Tue Oct 29 19:47:19 2024 UTC vs.
Revision 2.3 by greg, Wed Oct 30 02:22:23 2024 UTC

# Line 184 | Line 184 | main(int argc, char *argv[])
184                                          /* initialize calcomp routines early */
185          initfunc();
186          calcontext(RCCONTEXT);
187 +        esupport &= ~E_REDEFW;          /* temporary */
188                                          /* option city */
189          for (i = 1; i < argc; i++) {
190                                                  /* expand arguments */
# Line 306 | Line 307 | main(int argc, char *argv[])
307          if (i != argc-1)
308                  error(USER, "expected single octree argument");
309  
310 +        esupport |= E_REDEFW;
311          override_options();             /* override some option settings */
312  
313          if (!myRCmanager.GetOutput())   // check that we have work to do
# Line 521 | Line 523 | wputs(                         /* warning output function */
523          const char      *s
524   )
525   {
526 +        if (!erract[WARNING].pf) return;
527          int  lasterrno = errno;
528          eputs(s);
529          errno = lasterrno;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines