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

Comparing ray/src/rt/source.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:08:57 1991 UTC vs.
Revision 2.2 by greg, Thu Jan 9 09:53:00 1992 UTC

# Line 261 | Line 261 | char  *p;                      /* data for f */
261                          l = m;
262                  }
263          }
264 +        if (ncnts == 0)
265 +                return;         /* no contributions! */
266                                                  /* accumulate tail */
267          for (sn = ncnts-1; sn > 0; sn--)
268                  cntord[sn-1].brt += cntord[sn].brt;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines