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

Comparing ray/src/common/falsecolor.c (file contents):
Revision 3.10 by greg, Fri May 20 02:06:38 2011 UTC vs.
Revision 3.11 by greg, Thu Jan 7 01:28:36 2021 UTC

# Line 82 | Line 82 | int
82   fcLinearMapping(FCstruct *fcs, TMstruct *tms, double pctile)
83   {
84          int             i, histlen;
85 <        int32           histot, cnt;
85 >        HIST_TYP        histot;
86 >        long            cnt;
87          int             brt0;
88  
89          if ((fcs == NULL) | (tms == NULL) || (tms->histo == NULL) |
# Line 108 | Line 109 | int
109   fcLogMapping(FCstruct *fcs, TMstruct *tms, double pctile)
110   {
111          int             i, histlen;
112 <        int32           histot, cnt;
112 >        HIST_TYP        histot;
113 >        long            cnt;
114          int             brt0, wbrmin, wbrmax;
115  
116          if ((fcs == NULL) | (tms == NULL) || (tms->histo == NULL) |

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines