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.2 by schorsch, Sun Jun 8 12:03:09 2003 UTC vs.
Revision 1.3 by schorsch, Sun Jul 27 22:12:01 2003 UTC

# Line 113 | Line 113 | char   *argv[]
113                  minv -= 0.5;
114                  ndiv = maxv - minv + 0.5;
115          }
116 <        if (minv >= maxv | ndiv <= 0)
116 >        if ((minv >= maxv) | (ndiv <= 0))
117                  goto userr;
118          if (ndiv > MAXDIV) {
119                  fprintf(stderr, "%s: maximum number of divisions: %d\n",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines