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

Comparing ray/src/px/ra_tiff.c (file contents):
Revision 1.2 by greg, Thu Aug 15 13:54:08 1991 UTC vs.
Revision 1.3 by greg, Thu Aug 15 14:04:21 1991 UTC

# Line 37 | Line 37 | char  *argv[];
37          for (i = 1; i < argc; i++)
38                  if (argv[i][0] == '-')
39                          switch (argv[i][1]) {
40                        /* not allowed to reset gamma...
40                          case 'g':
41                                  gamma = atof(argv[++i]);
42                                  break;
44                        */
43                          case 'e':
44                                  if (argv[i+1][0] != '+' && argv[i+1][0] != '-')
45                                          goto userr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines