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

Comparing ray/src/cal/histo.c (file contents):
Revision 1.5 by greg, Fri Apr 18 16:32:27 2008 UTC vs.
Revision 1.6 by greg, Mon Mar 6 19:31:30 2023 UTC

# Line 50 | Line 50 | readinp(void)                  /* gather statistics on input */
50                          d = atof(cp);
51                          while (*cp && !isspace(*cp))
52                                  cp++;
53 <                        if (d <= minv)
53 >                        if (d < minv)
54                                  outrange[c][0]++;
55                          else if (d >= maxv)
56                                  outrange[c][1]++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines