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

Comparing ray/src/px/pcomb.c (file contents):
Revision 2.43 by greg, Mon Nov 10 19:08:19 2008 UTC vs.
Revision 2.44 by greg, Mon Aug 10 04:26:38 2009 UTC

# Line 14 | Line 14 | static const char      RCSid[] = "$Id$";
14   #include "calcomp.h"
15   #include "view.h"
16  
17 < #define MAXINP          512             /* maximum number of input files */
17 > #define MAXINP          1024            /* maximum number of input files */
18   #define WINSIZ          64              /* scanline window size */
19   #define MIDSCN          ((WINSIZ-1)/2+1)
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines