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.5 by greg, Thu Jan 9 13:56:30 1997 UTC vs.
Revision 3.6 by greg, Fri Jan 10 16:48:21 1997 UTC

# Line 100 | Line 100 | double Lw;
100  
101  
102   int
103 shiftdir(bw)            /* compute shift direction for histogram */
104 double  bw;
105 {
106        if (what2do&DO_HSENS && cf(bw) - (bw - bwmin)/(Bldmax - bwmin))
107                return(1);
108        return(-1);
109 }
110
111
112 int
103   mkbrmap()                       /* make dynamic range map */
104   {
105          double  T, b, s;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines