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

Comparing ray/src/cv/bsdfrep.c (file contents):
Revision 2.14 by greg, Fri Sep 20 00:21:39 2013 UTC vs.
Revision 2.15 by greg, Sat Oct 19 00:11:50 2013 UTC

# Line 27 | Line 27 | int                    input_orient = 0;
27   int                     output_orient = 0;
28  
29                                  /* BSDF histogram */
30 < int                     bsdf_hist[HISTLEN];
30 > unsigned long           bsdf_hist[HISTLEN];
31  
32                                  /* BSDF value for boundary regions */
33   double                  bsdf_min = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines