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.37 by greg, Tue Mar 1 23:16:42 2005 UTC vs.
Revision 2.38 by greg, Wed May 25 04:44:25 2005 UTC

# Line 14 | Line 14 | static const char      RCSid[] = "$Id$";
14   #include "calcomp.h"
15   #include "view.h"
16  
17 < #define MAXINP          32              /* maximum number of input files */
17 > #define MAXINP          512             /* 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