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.75 by greg, Fri Nov 17 20:02:07 2023 UTC vs.
Revision 2.76 by greg, Tue Dec 3 19:36:58 2024 UTC

# Line 459 | Line 459 | getexposure(                           /* get new exposure */
459                                          return;
460                          }
461                  }
462 <                if (*cp == '+' || *cp == '-')   /* f-stops */
462 >                if ((*cp == '+') | (*cp == '-'))        /* f-stops */
463                          e *= pow(2.0, atof(cp));
464                  else                            /* multiplier */
465                          e *= atof(cp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines