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

Comparing ray/src/px/pcomb.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:49:22 1989 UTC vs.
Revision 1.2 by greg, Tue May 9 10:07:04 1989 UTC

# 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) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines