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

Comparing ray/src/gen/mksource.c (file contents):
Revision 2.5 by greg, Fri Aug 24 04:41:36 2007 UTC vs.
Revision 2.6 by greg, Wed Aug 10 22:28:45 2011 UTC

# Line 242 | Line 242 | get_ehisto(const TRITREE *node, long exphisto[256])
242   double
243   get_threshold(const TRITREE *tree)
244   {
245 +        long    samptotal = 0;
246          long    exphisto[256];
246        long    samptotal;
247          int     i;
248                                                  /* compute sample histogram */
249          memset((void *)exphisto, 0, sizeof(exphisto));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines