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.45 by greg, Tue Feb 2 18:02:32 2016 UTC vs.
Revision 2.46 by greg, Mon Aug 1 00:08:53 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines