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.42 by greg, Wed Nov 7 05:40:06 2007 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  
# Line 234 | Line 234 | usage:
234          eputs("Usage: ");
235          eputs(argv[0]);
236          eputs(
237 < " [-w][-h][-x xr][-y yr][-e expr][-f file] [ [-o][-s f][-c r g b] pic ..]\n");
237 > " [-w][-h][-x xr][-y yr][-e expr][-f file] [ [-o][-s f][-c r g b] hdr ..]\n");
238          quit(1);
239          return 1; /* pro forma return */
240   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines