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

Comparing ray/src/px/pcwarp.c (file contents):
Revision 3.1 by greg, Wed Feb 5 17:29:25 1997 UTC vs.
Revision 3.2 by gwlarson, Wed Jun 9 14:06:55 1999 UTC

# Line 14 | Line 14 | static char SCCSid[] = "$SunId$ LBL";
14  
15   char    *progname;                      /* global argv[0] */
16  
17 < FILE    *infp = stdin;                  /* input stream */
17 > FILE    *infp = NULL;                   /* input stream */
18   int     xres, yres;                     /* input picture resolution */
19  
20   WARP3D  *cwarp;                         /* our warp map */
# Line 32 | Line 32 | char   *argv[];
32          int     i;
33  
34          progname = argv[0];
35 +        infp = stdin;
36                                          /* get options */
37          for (i = 1; i < argc && argv[i][0] == '-'; i++)
38                  switch (argv[i][1]) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines