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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.57 by greg, Fri Aug 29 00:30:51 2008 UTC vs.
Revision 2.58 by greg, Fri Sep 5 19:45:41 2008 UTC

# Line 427 | Line 427 | getexposure(                           /* get new exposure */
427                          e *= atof(cp);
428          }
429          if (p != NULL) {                /* relative setting */
430 +                compavg(p);
431                  if (bright(p->v) < 1e-15) {
432                          error(COMMAND, "cannot normalize to zero");
433                          return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines