--- ray/src/px/pfilt.c 1989/04/13 07:52:50 1.5 +++ ray/src/px/pfilt.c 1989/04/29 09:22:54 1.6 @@ -128,6 +128,9 @@ char **argv; case '1': singlepass = 1; break; + case '2': + singlepass = 0; + break; case 'p': npts = atoi(argv[++i]) / 2; break;