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

Comparing ray/src/px/pcond3.c (file contents):
Revision 3.18 by greg, Sat Jun 27 03:37:24 2020 UTC vs.
Revision 3.19 by greg, Tue Apr 13 02:56:42 2021 UTC

# Line 459 | Line 459 | mkbrmap(void)                  /* make dynamic range map */
459                                  modhist[i] = ceiling;
460                          }
461                  }
462 <        } while (trimmings > histot*CVRATIO);
462 >        } while (trimmings > mhistot*CVRATIO);
463  
464   #if ADJ_VEIL
465          mkcrfimage();                   /* contrast reduction image */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines