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

Comparing ray/src/cal/tabfunc.c (file contents):
Revision 1.6 by greg, Sat Nov 12 06:14:51 2005 UTC vs.
Revision 1.7 by greg, Sun Aug 11 17:04:09 2019 UTC

# Line 20 | Line 20 | static const char      RCSid[] = "$Id$";
20  
21   #define  isdelim(c)     (isspace(c) || (c)==',')
22  
23 < #define  MAXTAB         1024            /* maximum number of data rows */
24 < #define  MAXLINE        4096            /* maximum line width (characters) */
23 > #define  MAXTAB         8192            /* maximum number of data rows */
24 > #define  MAXLINE        16384           /* maximum line width (characters) */
25   #define  OUTFMT         "%.7g"          /* output format conversion string */
26  
27   int     interpolate = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines