| # | Line 166 | Line 166 | combine() /* combine pictures */ | |
|---|---|---|
| 166 | colval(scanout[xpos],j) = 0.0; | |
| 167 | for (i = 0; i < nfiles; i++) | |
| 168 | colval(scanout[xpos],j) += colval(input[i].scan[xpos],j); | |
| 169 | – | colval(scanout[xpos],j) /= (double)nfiles; |
| 169 | } | |
| 170 | } | |
| 171 | if (fwritescan(scanout, xres, stdout) < 0) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |