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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.83 by greg, Thu Jul 25 16:59:19 2019 UTC vs.
Revision 2.84 by greg, Wed Aug 14 22:33:02 2019 UTC

# Line 267 | Line 267 | setoutput(                             /* set up output tables */
267                          break;
268                  case 'V':                               /* contribution */
269                          *table++ = oputV;
270                        castonly = 0;
270                          if (ambounce > 0 && (ambacc > FTINY || ambssamp > 0))
271                                  error(WARNING,
272                                          "-otV accuracy depends on -aa 0 -as 0");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines