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.4 by greg, Sun Dec 14 16:33:37 2003 UTC vs.
Revision 1.5 by greg, Fri Apr 18 16:32:27 2008 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13   #include <math.h>
14   #include <ctype.h>
15  
16 < #define MAXCOL          64              /* maximum number of input columns */
16 > #define MAXCOL          2048            /* maximum number of input columns */
17   #define MAXDIV          1024
18  
19   #define isint(x)        (floor((x)+1e-6) != floor((x)-1e-6))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines