--- ray/src/px/pcomb.c 1989/02/02 10:49:22 1.1 +++ ray/src/px/pcomb.c 1989/05/09 10:07:04 1.2 @@ -166,7 +166,6 @@ combine() /* combine pictures */ colval(scanout[xpos],j) = 0.0; for (i = 0; i < nfiles; i++) colval(scanout[xpos],j) += colval(input[i].scan[xpos],j); - colval(scanout[xpos],j) /= (double)nfiles; } } if (fwritescan(scanout, xres, stdout) < 0) {