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.45 by greg, Tue Feb 2 18:02:32 2016 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include "platform.h"
11   #include "standard.h"
12 < #include "rtprocess.h"
12 > #include "paths.h"
13   #include "color.h"
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