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.12 by greg, Wed Apr 23 00:52:34 2003 UTC vs.
Revision 3.13 by greg, Tue May 13 17:58:33 2003 UTC

# Line 350 | Line 350 | mkbrmap()                      /* make dynamic range map */
350          double  ceiling, trimmings;
351          register int    i;
352                                          /* copy initial histogram */
353 <        bcopy((char *)bwhist, (char *)modhist, sizeof(modhist));
353 >        bcopy((void *)bwhist, (void *)modhist, sizeof(modhist));
354          s = (bwmax - bwmin)/HISTRES;    /* s is delta b */
355                                          /* loop until satisfactory */
356          do {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines