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

Comparing ray/src/px/pfilt.c (file contents):
Revision 1.5 by greg, Thu Apr 13 07:52:50 1989 UTC vs.
Revision 1.6 by greg, Sat Apr 29 09:22:54 1989 UTC

# Line 128 | Line 128 | char  **argv;
128                          case '1':
129                                  singlepass = 1;
130                                  break;
131 +                        case '2':
132 +                                singlepass = 0;
133 +                                break;
134                          case 'p':
135                                  npts = atoi(argv[++i]) / 2;
136                                  break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines